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


Public Member Functions | |
| ASCII85Stream (Stream *strA) | |
| virtual | ~ASCII85Stream () |
| virtual StreamKind | getKind () |
| virtual void | reset () |
| virtual int | getChar () |
| virtual int | lookChar () |
| virtual GString * | getPSFilter (char *indent) |
| virtual GBool | isBinary (GBool last=gTrue) |
Private Attributes | |
| int | c [5] |
| int | b [4] |
| int | index |
| int | n |
| GBool | eof |
|
|
|
|
|
Definition at line 891 of file Stream.cc. References FilterStream::str. |
|
|
Implements Stream. Definition at line 386 of file Stream.h. References index, and lookChar(). |
|
|
Implements Stream. Definition at line 384 of file Stream.h. References strASCII85. |
|
|
Reimplemented from Stream. Definition at line 945 of file Stream.cc. References GString::append(), Stream::getPSFilter(), NULL, s, and FilterStream::str. |
|
|
Implements Stream. Definition at line 955 of file Stream.cc. References gFalse, Stream::isBinary(), and FilterStream::str. |
|
|
Implements Stream. Definition at line 901 of file Stream.cc. References b, c, eof, Stream::getChar(), gTrue, index, n, FilterStream::str, and t. Referenced by getChar(). |
|
|
Implements Stream. Definition at line 895 of file Stream.cc. References eof, gFalse, index, n, Stream::reset(), and FilterStream::str. |
|
|
Definition at line 395 of file Stream.h. Referenced by lookChar(). |
|
|
Definition at line 394 of file Stream.h. Referenced by lookChar(). |
|
|
Definition at line 397 of file Stream.h. Referenced by ASCII85Stream(), lookChar(), and reset(). |
|
|
Definition at line 396 of file Stream.h. Referenced by ASCII85Stream(), getChar(), lookChar(), and reset(). |
|
|
Definition at line 396 of file Stream.h. Referenced by ASCII85Stream(), lookChar(), and reset(). |
1.4.2