BinHexEncoder members
The BinHexEncoder class applies BinHex encoding.
The BinHexEncoder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BinHexEncoder() | The BinHexEncoder constructor creates a new BinHexEncoder object that has default values. | |
BinHexEncoder(MacBinaryHeader) | The BinHexEncoder constructor creates a new BinHexEncoder object that will include the Mac Binary Header header in its output. |
Top
Properties
Name | Description | |
---|---|---|
MacBinaryHeader | The MacBinaryHeader property gets or sets the MacBinaryHeader for this BinHexEncoder object. |
Top
Methods
Name | Description | |
---|---|---|
Clone | The Clone method returns a copy of this BinHexEncoder 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 applies BinHex encoding. (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 BinHexEncoder 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 data after it has been BinHex-encoded. (Overrides ByteEncoder.GetMaxByteCount(Int32).) | |
Reset | The Reset method resets the internal state of this BinHexEncoder object. (Overrides ByteEncoder.Reset().) |
Top