|
Foxit PDF Conversion SDK
|
文件写入接口。 更多...
Public 成员函数 | |
| boolean | flush () |
| 刷新文件的内部缓冲区 更多... | |
| int | getSize () |
| 获取文件的总大小 更多... | |
| void | release () |
| 释放所有资源时调用 | |
| boolean | writeBlock (byte[] pData, int offset, long size) |
| 写入数据块。 更多... | |
文件写入接口。
| boolean com.foxit.sdk.common.fxcrt.FileWriterCallback.flush | ( | ) |
刷新文件的内部缓冲区
| int com.foxit.sdk.common.fxcrt.FileWriterCallback.getSize | ( | ) |
获取文件的总大小
| boolean com.foxit.sdk.common.fxcrt.FileWriterCallback.writeBlock | ( | byte [] | pData, |
| int | offset, | ||
| long | size | ||
| ) |
写入数据块。
| [in] | pData | 数据块。 |
| [in] | offset | 从文件开头开始的字节偏移量 |
| [in] | size | 数据块的字节长度。 |