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


Public Member Functions | |
| RunLengthStream (Stream *strA) | |
| virtual | ~RunLengthStream () |
| virtual StreamKind | getKind () |
| virtual void | reset () |
| virtual int | getChar () |
| virtual int | lookChar () |
| virtual GString * | getPSFilter (char *indent) |
| virtual GBool | isBinary (GBool last=gTrue) |
Private Member Functions | |
| GBool | fillBuf () |
Private Attributes | |
| char | buf [128] |
| char * | bufPtr |
| char * | bufEnd |
| GBool | eof |
|
|
|
|
|
Definition at line 1282 of file Stream.cc. References FilterStream::str. |
|
|
Definition at line 1306 of file Stream.cc. References buf, bufEnd, bufPtr, eof, Stream::getChar(), gFalse, gTrue, i, and FilterStream::str. Referenced by getChar(), and lookChar(). |
|
|
Implements Stream. |
|
|
Implements Stream. Definition at line 445 of file Stream.h. References strRunLength. |
|
|
Reimplemented from Stream. Definition at line 1292 of file Stream.cc. References GString::append(), Stream::getPSFilter(), NULL, s, and FilterStream::str. |
|
|
Implements Stream. Definition at line 1302 of file Stream.cc. References gTrue, Stream::isBinary(), and FilterStream::str. |
|
|
Implements Stream. |
|
|
Implements Stream. Definition at line 1286 of file Stream.cc. References buf, bufEnd, bufPtr, eof, gFalse, Stream::reset(), and FilterStream::str. |
|
|
Definition at line 456 of file Stream.h. Referenced by fillBuf(), reset(), and RunLengthStream(). |
|
|
Definition at line 458 of file Stream.h. Referenced by fillBuf(), getChar(), lookChar(), reset(), and RunLengthStream(). |
|
|
Definition at line 457 of file Stream.h. Referenced by fillBuf(), getChar(), lookChar(), reset(), and RunLengthStream(). |
|
|
Definition at line 459 of file Stream.h. Referenced by fillBuf(), reset(), and RunLengthStream(). |
1.4.2