Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
D
G
H
M
R
T
U
A
action(InputStream, boolean, boolean, String, boolean, String)
- Static method in class org.gjt.convert.binhex.
DeBinHex
B
BinHex4InputStream
- class org.gjt.convert.binhex.
BinHex4InputStream
.
This class completely decodes a BinHex4 file in three parts: the header, the data fork and the resource fork.
BinHex4InputStream.Header
- class org.gjt.convert.binhex.
BinHex4InputStream.Header
.
Representation of a BinHex4 header section.
BinHex4InputStream.Header(InputStream)
- Constructor for class org.gjt.convert.binhex.
BinHex4InputStream.Header
Reads a header from a completely 8-bit clean BinHex4-Hqx8 stream.
BinHex4InputStream(InputStream)
- Constructor for class org.gjt.convert.binhex.
BinHex4InputStream
Constructs a BinHex4InputStream from a stream that is a source of 7-bit Hqx7 encoded data.
BinHex4InputStream(InputStream, boolean)
- Constructor for class org.gjt.convert.binhex.
BinHex4InputStream
Constructs a BinHex4InputStream from a stream that is either a source of 7-bit Hqx7 encoded data or of pure 8-bit data in Hqx8 format.
D
DeBinHex
- class org.gjt.convert.binhex.
DeBinHex
.
Command line program to decode binhex files from the harddisk or from the web.
DeBinHex()
- Constructor for class org.gjt.convert.binhex.
DeBinHex
G
getCRC()
- Method in class org.gjt.convert.binhex.
RLE_CRCInputStream
Returns the CRC calculated over the data that was read since the beginning of the stream or since the last call to resetCRC.
getCreator()
- Method in class org.gjt.convert.binhex.
BinHex4InputStream.Header
Returns the creator that this file had before encoding in BinHex.
getDataLength()
- Method in class org.gjt.convert.binhex.
BinHex4InputStream.Header
Returns the length of the data fork.
getFileName()
- Method in class org.gjt.convert.binhex.
BinHex4InputStream.Header
Returns the name this file had before encoding in BinHex.
getFlags()
- Method in class org.gjt.convert.binhex.
BinHex4InputStream.Header
Returns the file info flags that this file had before encoding in BinHex.
getHeader()
- Method in class org.gjt.convert.binhex.
BinHex4InputStream
Returns the header section of this BinHex file in a Header object.
getResourceLength()
- Method in class org.gjt.convert.binhex.
BinHex4InputStream.Header
Returns the length of the resource fork.
getType()
- Method in class org.gjt.convert.binhex.
BinHex4InputStream.Header
Returns the type that this file had before encoding in BinHex.
getVersion()
- Method in class org.gjt.convert.binhex.
BinHex4InputStream.Header
Returns the version that this file had before encoding in BinHex.
H
Hqx7_to_Hqx8InputStream
- class org.gjt.convert.binhex.
Hqx7_to_Hqx8InputStream
.
Converts a 7-bit encoded binhex4.0 data stream to a 8-bit encoded data stream.
Hqx7_to_Hqx8InputStream(InputStream)
- Constructor for class org.gjt.convert.binhex.
Hqx7_to_Hqx8InputStream
Constructs a Hqx7_to_Hqx8InputStream that reads from the supplied source and converts that source to 8-bit Hqx8 without RLE expansion.
M
main(String[])
- Static method in class org.gjt.convert.binhex.
Hqx7_to_Hqx8InputStream
main(String[])
- Static method in class org.gjt.convert.binhex.
BinHex4InputStream
main(String[])
- Static method in class org.gjt.convert.binhex.
RLE_CRCInputStream
main(String[])
- Static method in class org.gjt.convert.binhex.
DeBinHex
R
read()
- Method in class org.gjt.convert.binhex.
Hqx7_to_Hqx8InputStream
read()
- Method in class org.gjt.convert.binhex.
BinHex4InputStream
read()
- Method in class org.gjt.convert.binhex.
RLE_CRCInputStream
read(byte[])
- Method in class org.gjt.convert.binhex.
Hqx7_to_Hqx8InputStream
read(byte[])
- Method in class org.gjt.convert.binhex.
BinHex4InputStream
read(byte[])
- Method in class org.gjt.convert.binhex.
RLE_CRCInputStream
read(byte[], int, int)
- Method in class org.gjt.convert.binhex.
Hqx7_to_Hqx8InputStream
read(byte[], int, int)
- Method in class org.gjt.convert.binhex.
BinHex4InputStream
read(byte[], int, int)
- Method in class org.gjt.convert.binhex.
RLE_CRCInputStream
resetCRC()
- Method in class org.gjt.convert.binhex.
RLE_CRCInputStream
Resets the calculated CRC to zero.
RLE_CRCInputStream
- class org.gjt.convert.binhex.
RLE_CRCInputStream
.
Decodes Run-length encoding LE from a 8-bit BinHex stream and calculates CRCs (Cyclic Redundancy Check) from the decoded bytes as it passes them to the caller.
RLE_CRCInputStream(InputStream)
- Constructor for class org.gjt.convert.binhex.
RLE_CRCInputStream
Constructs a RLE_CRCInputStream from a stream that is a source of 7-bit Hqx7 encoded data.
RLE_CRCInputStream(InputStream, boolean)
- Constructor for class org.gjt.convert.binhex.
RLE_CRCInputStream
Constructs a RLE_CRCInputStream from a stream that is either a source of 7-bit Hqx7 encoded data or of pure 8-bit data in Hqx8 format.
T
toString()
- Method in class org.gjt.convert.binhex.
BinHex4InputStream.Header
Returns the content of this header in a single informational String.
U
useDataFork()
- Method in class org.gjt.convert.binhex.
BinHex4InputStream
Switch reading from the data fork.
useResourceFork()
- Method in class org.gjt.convert.binhex.
BinHex4InputStream
Swtich to reading from the resource fork.
A
B
D
G
H
M
R
T
U
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES