Foxit PDF SDK
9.1
|
file reading interface. More...
Instance Methods | |
(unsigned long long) | - getSize |
Get total size of the file. More... | |
(NSData *) | - readBlock:size: |
Read a data block from the file. More... | |
file reading interface.
|
required |
Get total size of the file.
|
required |
Read a data block from the file.
[in] | offset | Byte offset from beginning of the file |
[in] | size | Number of bytes for the block. |