Foxit PDF SDK
|
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... | |
FSDK.FileWriterCallback.Flush | ( | ) |
Flush internal buffer of the file.
FSDK.FileWriterCallback.GetSize | ( | ) |
Get total size of the file.
FSDK.FileWriterCallback.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. |