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