#include <Stream.h>
Inheritance diagram for BaseStream:
Public Methods | |
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 GBool | isBinary (GBool last=gTrue) |
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 |
|
|
|
|
|
Reimplemented in MemStream. |
|
Implements Stream. |
|
Implements Stream. |
|
Implemented in FileStream, MemStream, and EmbedStream. |
|
Implements Stream. |
|
Implemented in FileStream, MemStream, and EmbedStream. |
|
Implemented in FileStream, MemStream, and EmbedStream. |
|
Implements Stream. Implemented in FileStream, MemStream, and EmbedStream. |
|
|