filters
BaseStream Class Reference
Inheritance diagram for BaseStream:

Detailed Description
Definition at line 121 of file Stream.h.
Public Member Functions | |
| BaseStream (Object *dictA) | |
| virtual | ~BaseStream () |
| virtual Stream * | makeSubStream (Guint start, GBool limited, Guint length, Object *dict)=0 |
| virtual void | setPos (Guint pos, int dir=0)=0 |
| virtual BaseStream * | getBaseStream () |
| virtual Dict * | getDict () |
| virtual Guint | getStart ()=0 |
| virtual void | moveStart (int delta)=0 |
| virtual void | doDecryption (Guchar *fileKey, int keyLength, int objNum, int objGen) |
Protected Attributes | |
| Decrypt * | decrypt |
The documentation for this class was generated from the following files:

