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


Public Member Functions | |
| ASCII85Encoder (Stream *strA) | |
| virtual | ~ASCII85Encoder () |
| 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 [8] |
| char * | bufPtr |
| char * | bufEnd |
| int | lineLen |
| GBool | eof |
|
|
|
|
|
Definition at line 3459 of file Stream.cc. References Stream::isEncoder(), and FilterStream::str. |
|
|
Reimplemented from FilterStream. |
|
|
Definition at line 3474 of file Stream.cc. References buf, bufEnd, bufPtr, eof, Stream::getChar(), gFalse, gTrue, lineLen, and FilterStream::str. Referenced by getChar(), and lookChar(). |
|
|
Implements Stream. |
|
|
Implements Stream. Definition at line 747 of file Stream.h. References strWeird. |
|
|
Reimplemented from Stream. Definition at line 754 of file Stream.h. References NULL. |
|
|
Implements Stream. Definition at line 755 of file Stream.h. References gFalse. |
|
|
Reimplemented from Stream. Definition at line 756 of file Stream.h. References gTrue. |
|
|
Implements Stream. |
|
|
Implements Stream. Definition at line 3464 of file Stream.cc. References buf, bufEnd, bufPtr, eof, gFalse, lineLen, Stream::reset(), and FilterStream::str. |
|
|
Definition at line 760 of file Stream.h. Referenced by ASCII85Encoder(), fillBuf(), and reset(). |
|
|
Definition at line 762 of file Stream.h. Referenced by ASCII85Encoder(), fillBuf(), getChar(), lookChar(), and reset(). |
|
|
Definition at line 761 of file Stream.h. Referenced by ASCII85Encoder(), fillBuf(), getChar(), lookChar(), and reset(). |
|
|
Definition at line 764 of file Stream.h. Referenced by ASCII85Encoder(), fillBuf(), and reset(). |
|
|
Definition at line 763 of file Stream.h. Referenced by ASCII85Encoder(), fillBuf(), and reset(). |
1.4.2