Object
ZStreamWriter
IBinaryStreamWriter
IBlockWriter
![]() | A constructor which will direct the output of the stream to a file. (FolderItem) |
![]() | A constructor which will direct the output of the stream to any class that implements the IBinaryStreamWriter interface. |
![]() | A constructor which will direct the output of the stream to a file (FolderItem) and take a buffer MemoryBlock object to do custom buffering. |
![]() | A constructor which will direct the output of the stream to any class that implements the IBinaryStreamWriter interface and it also takes a buffer MemoryBlock object to do custom buffering. |
![]() | A constructor which will direct the output of the stream to a BinaryStream object that is open in Write mode. This constructor also takes a boolean parameter to optionally skip gz headers in the output. |
![]() | This property can be used to obtain or set the MemoryBlock that is used for a shared memory block based decompression. |
![]() | Returns the CRC of the uncompressed data in the stream. |
![]() | Returns the size of the compressed data in the stream. |
![]() | Returns the cursor position within the stream. |
![]() | Returns the size of the uncompressed data in the stream. |
![]() | To close the stream. The stream is also closed when it is deconstructed. |
![]() | This property returns the error code for the last operation. Zero means no error, another value means a file error. The code used by the File Manager, see Inside Macintosh at the Apple Website. |
![]() | Returns the version number of the plugin. |
![]() | To move, relatively or absolutely, the cursor in the stream. |
![]() | To write the data into the stream. |
![]() | Call the WriteBlock method in a loop to let the stream compress data from the shared memory block. |