Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
ASCII Hex encoder class. More...
#include <ilviews/util/psencode.h>
Public Member Functions | |
IlvASCIIHexEncoder (ostream *stream=0, IlBoolean flush=((IlBoolean) 1)) | |
void | consumeByte (IlUChar byte) |
Consumes a byte. | |
void | flush () |
Flushes the processed data to the output. | |
const char * | getPostScriptDecoderName () const |
Returns a string containing the PostScript decoding filter name. | |
void | init () |
Initializes or reinitializes the instance. |
ASCII Hex encoder class.
Library: display
This class allows you to encode binary data to data in ASCII hexadecimal representation. This format implies an expansion factor of 2 for the encoded data.
See also IlvPostScriptEncoder
, IlvRunLengthEncoder
, IlvASCII85Encoder
, IlvPSDevice
, IlvPSColorDevice
Constructor. Initializes a new instance of IlvASCIIHexEncoder
.
stream | The output stream used by this instance. | |
flush | The character >>/code> is generated when flushing. |
void IlvASCIIHexEncoder::consumeByte | ( | IlUChar | byte | ) | [virtual] |
const char* IlvASCIIHexEncoder::getPostScriptDecoderName | ( | ) | const [virtual] |
Returns a string containing the PostScript decoding filter name.
Implements IlvPostScriptEncoder.
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.