![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
ASCII85 encoder class. More...
#include <ilviews/util/psencode.h>
Public Member Functions | |
| IlvASCII85Encoder (ostream *stream=0) | |
| ~IlvASCII85Encoder () | |
| 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. | |
ASCII85 encoder class.
Library: display
This class allows you to encode binary data to data in ASCII characters representation. For every 4 bytes of input data, 5 bytes are generated. This encoding uses an ASCII 85 base, generating characters in the range ! through u.
See also IlvPostScriptEncoder, IlvASCIIHexEncoder, IlvRunLengthEncoder, IlvPSDevice, IlvPSColorDevice
| IlvASCII85Encoder::IlvASCII85Encoder | ( | ostream * | stream = 0 |
) |
Constructor. Initializes a new instance of IlvASCII85Encoder.
| stream | The output stream used by this instance. |
| IlvASCII85Encoder::~IlvASCII85Encoder | ( | ) |
Destructor.
| void IlvASCII85Encoder::consumeByte | ( | IlUChar | byte | ) | [virtual] |
| const char* IlvASCII85Encoder::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.