Object
MacBinaryStream
IBinaryStreamReader
IBinaryStreamWriter
![]() | One of 4 constructors for the MacBinaryStream. This one is used for encoding. |
![]() | One of 4 constructors for the MacBinaryStream. This one is used for encoding when then DataFork and the ResourceFork don't come from the same file. |
![]() | |
![]() | One of 4 constructors for the MacBinaryStream. This one is used for decoding. |
![]() | Returns the length of the actual stream. |
![]() | Returns the length of the data fork in the original file. |
![]() | Returns the file name of the original file. |
![]() | Returns the length of the resource fork in the original file. |
![]() | To close the stream. The stream is also closed when it is deconstructed. |
![]() | To write/decode the data into the stream. |
![]() | To read/encode data from the stream. |
![]() | 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 values depend on the laste executed method. |
![]() | To read/encode data from the stream. |
![]() | To decide where to put the decoded file and what to name it then use the SetDecodeDestination method. |
![]() | To decide where to put the decoded file and what to name it then use the SetDecodeDestination method. |
![]() | To write/decode the data into the stream. |