Pdftools SDK
|
Structure that groups a set of callbacks that model streams. More...
#include <PdfTools_PdfToolsSys.h>
Public Attributes | |
TGetLength | pfGetLength |
Get length of stream in bytes. | |
TSeek | pfSeek |
Set position. | |
TTell | pfTell |
Get current byte position. | |
TRead | pfRead |
Read nSize bytes from stream. | |
TWrite | pfWrite |
Write nSize bytes to stream. | |
TRelease | pfRelease |
Release handle. | |
void * | m_handle |
Stream handle. | |
Structure that groups a set of callbacks that model streams.
void* TPdfToolsSys_StreamDescriptor::m_handle |
Stream handle.
TGetLength TPdfToolsSys_StreamDescriptor::pfGetLength |
Get length of stream in bytes.
TRead TPdfToolsSys_StreamDescriptor::pfRead |
Read nSize bytes from stream.
TRelease TPdfToolsSys_StreamDescriptor::pfRelease |
Release handle.
TSeek TPdfToolsSys_StreamDescriptor::pfSeek |
Set position.
iPos | byte position, -1 for end of stream |
TTell TPdfToolsSys_StreamDescriptor::pfTell |
Get current byte position.
TWrite TPdfToolsSys_StreamDescriptor::pfWrite |
Write nSize bytes to stream.