Summary
Provides a read-only stream which decodes data that was encoded using
ArithmeticCodingWriterStream.
Constructors
Instance methods
void | |
Finalizes the decoding and closes the input stream. This method must be called if you intend to read
additional data from the input stream, but it is optional otherwise. Disposing of this stream closes it
automatically. |
void | Close(bool closeBaseStream = true) |
Finalizes the decoding and optionally closes the input stream. This method must be called if you intend to
read additional data from the input stream, but it is optional otherwise. |
void | | Throws NotSupportedException . |
int | Read(byte[] buffer, int offset, int count) |
Decodes no more than count bytes into the specified buffer, populating
the array from offset onwards. |
int | | Decodes the next byte from the input stream. Returns -1 if there are no more bytes to be decoded. |
long | Seek(long offset, SeekOrigin origin) | Throws NotSupportedException . |
void | |
Changes the symbol context. See Remarks. |
void | | Throws NotSupportedException . |
void | Write(byte[] buffer, int offset, int count) |
Instance properties
bool | | Returns true . |
bool | | Returns false . |
bool | |
long | | Throws NotSupportedException . |
long | |