|
Foxit PDF RDK
|
Public Member Functions | |
| Flush () | |
| Flush internal buffer of the file. More... | |
| GetSize () | |
| Get total size of the file. More... | |
| Release () | |
| Called when to release everything. | |
| WriteBlock (pData, offset, size) | |
| Write a block data. More... | |
Public Member Functions inherited from NativeObjectWrapper | |
| constructor (r) | |
| GetPointerAsNumber () | |
| WriterCallback.Flush | ( | ) |
Flush internal buffer of the file.
| WriterCallback.GetSize | ( | ) |
Get total size of the file.
| WriterCallback.WriteBlock | ( | pData | , |
| offset | , | ||
| size | |||
| ) |
Write a block data.
| [in] | pData | The block data. |
| [in] | offset | Byte offset from beginning of the file |
| [in] | size | The length in bytes of the block data. |