Foxit PDF SDK
|
File writing interface. More...
Public Member Functions | |
boolean | flush () |
Flush internal buffer of the file. More... | |
long | getSize () |
Get total size of the file. More... | |
void | release () |
Called when to release everything. | |
boolean | writeBlock (byte[] pData, long offset, long size) |
Write a block data. More... | |
File writing interface.
boolean com.foxit.sdk.common.fxcrt.FileWriterCallback.flush | ( | ) |
Flush internal buffer of the file.
long com.foxit.sdk.common.fxcrt.FileWriterCallback.getSize | ( | ) |
Get total size of the file.
boolean com.foxit.sdk.common.fxcrt.FileWriterCallback.writeBlock | ( | byte [] | pData, |
long | offset, | ||
long | 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. |