Foxit PDF SDK
|
File reading interface.
More...
Public Member Functions | |
virtual long | GetSize () |
Get total size of the file. More... | |
virtual bool | ReadBlock (global::System.IntPtr buffer, long offset, uint size) |
Read a data block from the file. More... | |
virtual void | Release () |
Called when to release everything. More... | |
File reading interface.
|
inlinevirtual |
Get total size of the file.
|
inlinevirtual |
Read a data block from the file.
[in,out] | buffer | Pointer to a buffer receiving read data |
[in] | offset | Byte offset from beginning of the file |
[in] | size | Number of bytes for the block. |
|
inlinevirtual |
Called when to release everything.