#include </home/clem/local/src/opie/noncore/unsupported/qpdf/xpdf/Stream.h>
Inheritance diagram for ASCIIHexEncoder:


Public Member Functions | |
| ASCIIHexEncoder (Stream *strA) | |
| virtual | ~ASCIIHexEncoder () |
| virtual StreamKind | getKind () |
| virtual void | reset () |
| virtual void | close () |
| virtual int | getChar () |
| virtual int | lookChar () |
| virtual GString * | getPSFilter (char *indent) |
| virtual GBool | isBinary (GBool last=gTrue) |
| virtual GBool | isEncoder () |
Private Member Functions | |
| GBool | fillBuf () |
Private Attributes | |
| char | buf [4] |
| char * | bufPtr |
| char * | bufEnd |
| int | lineLen |
| GBool | eof |
|
|
|
|
|
Definition at line 3409 of file Stream.cc. References Stream::isEncoder(), and FilterStream::str. |
|
|
Reimplemented from FilterStream. |
|
|
Definition at line 3425 of file Stream.cc. References buf, bufEnd, bufPtr, eof, Stream::getChar(), gFalse, gTrue, hex, lineLen, and FilterStream::str. Referenced by getChar(), and lookChar(). |
|
|
Implements Stream. |
|
|
Implements Stream. Definition at line 716 of file Stream.h. References strWeird. |
|
|
Reimplemented from Stream. Definition at line 723 of file Stream.h. References NULL. |
|
|
Implements Stream. Definition at line 724 of file Stream.h. References gFalse. |
|
|
Reimplemented from Stream. Definition at line 725 of file Stream.h. References gTrue. |
|
|
Implements Stream. |
|
|
Implements Stream. Definition at line 3415 of file Stream.cc. References buf, bufEnd, bufPtr, eof, gFalse, lineLen, Stream::reset(), and FilterStream::str. |
|
|
Definition at line 729 of file Stream.h. Referenced by ASCIIHexEncoder(), fillBuf(), and reset(). |
|
|
Definition at line 731 of file Stream.h. Referenced by ASCIIHexEncoder(), fillBuf(), getChar(), lookChar(), and reset(). |
|
|
Definition at line 730 of file Stream.h. Referenced by ASCIIHexEncoder(), fillBuf(), getChar(), lookChar(), and reset(). |
|
|
Definition at line 733 of file Stream.h. Referenced by ASCIIHexEncoder(), fillBuf(), and reset(). |
|
|
Definition at line 732 of file Stream.h. Referenced by ASCIIHexEncoder(), fillBuf(), and reset(). |
1.4.2