|
Foxit PDF SDK
|
构造函数 | |
| (unsigned long long) | - getSize |
| Get total size of the file. 更多... | |
| (NSData *) | - readBlock:size: |
| 从文件中读取数据块。 更多... | |
此类表示用于执行文件读取的回调对象。 此类中的所有纯虚函数都用作回调函数,应由用户实现, 以自定义方式执行文件读取。
|
required |
Get total size of the file.
|
required |
从文件中读取数据块。
| [in] | offset | 从文件开头的字节偏移量 |
| [in] | size | 数据块的字节数。 |