Object
AppleSingleEncoderStream
IBinaryStreamReader
IBlockReader
![]() | One of 3 Constructors for the AppleSingleEncoderStream class. |
![]() | One of 3 Constructors for the AppleSingleEncoderStream class. |
![]() | One of 3 Constructors for the AppleSingleEncoderStream class. |
![]() | This property can be used to obtain or set the MemoryBlock that is used for a shared memory block based decoding. |
![]() | This property returns the length of 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 and flush buffers use the close method. |
![]() | Call the Encode method in a loop to let the stream encode data. |
![]() | Call the EncodeBlock method in a loop to let the stream encode data. |
![]() | To obtain information of the stream has reashed its end then use the EOF function. |
![]() | To obtain the last error that occured then use the LastError function. |
![]() | Use the ProcessBoundBlock in a loop to stream between two streams that have been bound together with the Bind method. |
![]() | Call the Read method in a loop to let the stream encode data. |
![]() | Call the ReadBlock method in a loop to let the stream encode data. |