BinHexDecoder constructor
The BinHexDecoder constructor overloads create new BinHexDecoder objects.
Overload list
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