Foxit PDF SDK
|
Stream writing interface. More...
Public Member Functions | |
virtual FX_BOOL | Flush () |
Flush stream data. More... | |
virtual void | Release ()=0 |
Called when to release everything. | |
virtual FX_BOOL | WriteBlock (const void *pData, size_t size)=0 |
Write a block data. More... | |
Stream writing interface.
|
inlinevirtual |
Flush stream data.
Reimplemented in CFX_CachedFileRead, IFX_FileStream, and IFX_FileWrite.
|
pure virtual |
Write a block data.
[in] | pData | The block data. |
[in] | size | The length in bytes of the block data. |
Implemented in IFX_FileStream, and IFX_FileWrite.