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


Public Member Functions | |
| RunLengthEncoder (Stream *strA) | |
| virtual | ~RunLengthEncoder () |
| 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 [131] |
| char * | bufPtr |
| char * | bufEnd |
| char * | nextEnd |
| GBool | eof |
|
|
|
|
|
Definition at line 3530 of file Stream.cc. References Stream::isEncoder(), and FilterStream::str. |
|
|
Reimplemented from FilterStream. |
|
|
Definition at line 3552 of file Stream.cc. References buf, bufEnd, bufPtr, eof, getChar(), Stream::getChar(), gFalse, gTrue, nextEnd, and FilterStream::str. Referenced by getChar(), and lookChar(). |
|
|
Implements Stream. Definition at line 781 of file Stream.h. References bufEnd, bufPtr, and fillBuf(). Referenced by fillBuf(). |
|
|
Implements Stream. Definition at line 778 of file Stream.h. References strWeird. |
|
|
Reimplemented from Stream. Definition at line 785 of file Stream.h. References NULL. |
|
|
Implements Stream. Definition at line 786 of file Stream.h. References gFalse. |
|
|
Reimplemented from Stream. Definition at line 787 of file Stream.h. References gTrue. |
|
|
Implements Stream. |
|
|
Implements Stream. Definition at line 3535 of file Stream.cc. References buf, bufEnd, bufPtr, eof, gFalse, nextEnd, Stream::reset(), and FilterStream::str. |
|
|
Definition at line 791 of file Stream.h. Referenced by fillBuf(), reset(), and RunLengthEncoder(). |
|
|
Definition at line 793 of file Stream.h. Referenced by fillBuf(), getChar(), lookChar(), reset(), and RunLengthEncoder(). |
|
|
Definition at line 792 of file Stream.h. Referenced by fillBuf(), getChar(), lookChar(), reset(), and RunLengthEncoder(). |
|
|
Definition at line 795 of file Stream.h. Referenced by fillBuf(), reset(), and RunLengthEncoder(). |
|
|
Definition at line 794 of file Stream.h. Referenced by fillBuf(), reset(), and RunLengthEncoder(). |
1.4.2