Foxit PDF SDK
|
File writing interface.
More...
Inherits SystemIDisposable.
Public Member Functions | |
virtual bool | Flush () |
Flush internal buffer of the file. More... | |
virtual long | GetSize () |
Get total size of the file. More... | |
virtual void | Release () |
Called when to release everything. | |
virtual bool | WriteBlock (global::System.IntPtr pData, long offset, uint size) |
Write a block data. More... | |
File writing interface.
|
inlinevirtual |
Flush internal buffer of the file.
|
inlinevirtual |
Get total size of the file.
|
inlinevirtual |
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. |