![]() |
PDFix SDK
6.5.0
|
Public Member Functions | |
virtual PdsDictionary * | GetStreamDict ()=0 |
Gets the stream dictionary object. More... | |
virtual int | GetRawDataSize ()=0 |
Gets the stream raw data size. More... | |
virtual bool | IsEof ()=0 |
Checks if the current position is end of stream. More... | |
virtual int | GetSize ()=0 |
Gets the current size of a stream. More... | |
virtual bool | Read (int offset, uint8_t *buffer, int size)=0 |
Reads data from PsStream into memory. More... | |
virtual int | GetPos ()=0 |
![]() | |
virtual PdfObjectType | GetObjectType ()=0 |
Gets the type of an object. More... | |
virtual int | GetId ()=0 |
Gets the object number. More... | |
PdsStream class.
|
pure virtual |
Gets the current seek position in a stream. This is the position at which the next read or write will begin.
|
pure virtual |
Gets the stream raw data size.
|
pure virtual |
Gets the current size of a stream.
|
pure virtual |
Gets the stream dictionary object.
|
pure virtual |
Checks if the current position is end of stream.
|
pure virtual |
Reads data from PsStream into memory.
buffer | (Filled by the method) A buffer into which data is written. |
offset | The position to start read from. |
size | The number of bytes to read. |