|
PDF Toolbox
|
Structure that groups a set of callbacks that model streams. More...
#include <PdfTools_Toolbox_PtxSys.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* TPtxSys_StreamDescriptor::m_handle |
Stream handle.
| TGetLength TPtxSys_StreamDescriptor::pfGetLength |
Get length of stream in bytes.
| TRead TPtxSys_StreamDescriptor::pfRead |
Read nSize bytes from stream.
| TRelease TPtxSys_StreamDescriptor::pfRelease |
Release handle.
| TSeek TPtxSys_StreamDescriptor::pfSeek |
Set position.
| iPos | byte position, -1 for end of stream |
| TTell TPtxSys_StreamDescriptor::pfTell |
Get current byte position.
| TWrite TPtxSys_StreamDescriptor::pfWrite |
Write nSize bytes to stream.