|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--JavaBinHex
Parsing .HQX format. For more details see Appendix A. The BinHex format at the end of RFC 1741.
Constructor Summary | |
JavaBinHex(java.lang.String filename)
Constructor. |
Method Summary | |
static void |
main(java.lang.String[] args)
Use to test the JavaBinHex class. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public JavaBinHex(java.lang.String filename)
filename
- Name of the .HQX compressed file.Method Detail |
public static void main(java.lang.String[] args)
args
- Command line.
Example : java JavaBinHex myFile.hqx
This execution uncompress the .HQX file
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |