BinHexDecoder members
The BinHexDecoder class decodes BinHex data.
The BinHexDecoder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BinHexDecoder() | The BinHexDecoder constructor creates a new BinHexDecoder object that has default values. | |
BinHexDecoder(Boolean) | The BinHexDecoder constructor creates a new BinHexDecoder object and specifies whether the resource fork is included in the output. |
Top
Properties
Name | Description | |
---|---|---|
DataForkOnly | The DataForkOnly property gets or sets a Boolean value that determines whether the resource fork is included in the output. | |
MacBinaryHeader | The MacBinaryHeader property gets a MacBinaryHeader object. |
Top
Methods
Name | Description | |
---|---|---|
Clone | The Clone method returns a copy of this BinHexDecoder object. (Overrides ByteEncoder.Clone().) | |
Convert(Stream, Stream) | When overridden in a derived class, the Convert method encodes or decodes sourceStream and writes it to destinationStream. (Inherited from ByteEncoder.) | |
Convert([], Int32, Int32, [], Int32, Int32, Boolean, Int32, Int32, Boolean) | The Convert method decodes BinHex-encoded data. (Overrides ByteEncoder.Convert([], Int32, Int32, [], Int32, Int32, Boolean, Int32, Int32, Boolean).) | |
Dispose() | Releases the resources used by the ByteEncoder. (Inherited from ByteEncoder.) | |
Dispose(Boolean) | The Dispose method releases the unmanaged resources that are used by the BinHexDecoder and optionally releases the managed resources. (Overrides ByteEncoder.Dispose(Boolean).) | |
GetMaxByteCount | The GetMaxByteCount method returns the maximum number of bytes that are needed to store dataCount bytes of BinHex data after it has been decoded. (Overrides ByteEncoder.GetMaxByteCount(Int32).) | |
Reset | The Reset method resets the internal state of this BinHexDecoder object. (Overrides ByteEncoder.Reset().) |
Top