Object
ZStreamReader
IBinaryStreamReader
IBlockReader
![]() | One of 4 constructors for the ZStreamReader. |
![]() | One of 4 constructors for the ZStreamReader. |
![]() | One of 4 constructors for the ZStreamReader. |
![]() | One of 4 constructors for the ZStreamReader. |
![]() | This property can be used to obtain or set the MemoryBlock that is used for a shared memory block based decompression. |
![]() | This property returns how many bytes have been read and processed from the original uncompressed file. |
![]() | This property returns how many bytes have been read from the original uncompressed file. |
![]() | Returns the cursor position within the stream. |
![]() | To bind the Encoder to a IBlockWriter stream then use the Bind method. To do such binding then let both streams share the same memory block and then call the Bind method. |
![]() | To close the stream. The stream is also closed when it is deconstructed. |
![]() | This property is used when decoding to determine if the end of the stream is reached. |
![]() | 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. |
![]() | Use the ProcessBoundBlock in a loop to stream between two streams that have been bound together with the Bind method. |
![]() | To read data from the stream. |
![]() | Call the ReadBlock method in a loop to let the stream decompress data. |
![]() | To move, relatively or absolutely, the cursor in the stream. |