Object
ZStream
IStreamWriter
IStreamReader
ZStream | One of two constructors for the ZStream class. |
ZStream | One of two constructors for the ZStream class. |
ErrorValue | 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. |
Position |
Close | To close the stream. The stream is also closed when it is deconstructed. |
EOF | This property is used when decoding to determine if the end of the stream is reached. |
LastError | 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. |
Read | To read data from the stream. |
Seek | To move, relatively or absolutely, the cursor in the stream. |
Write | To write the data into the stream. |