Summary
Provides a write-only stream which encodes the bytes written using arithmetic coding.
Constructors
Instance methods
| void | | Finalizes the encoding and closes the output stream. |
| void | Close(bool closeOutputStream = true) |
Finalizes and closes the stream. One last symbol is encoded into the stream, so make sure a suitable symbol
context is applied. |
| void | | Throws NotSupportedException. |
| int | Read(byte[] buffer, int offset, int count) |
| long | Seek(long offset, SeekOrigin origin) |
| void | |
Changes the symbol context. See Remarks. |
| void | | Throws NotSupportedException. |
| void | Write(byte[] buffer, int offset, int count) | Encodes the bytes in the specified section of the buffer. |
| void | | Encodes the specified byte. |
Instance properties
| bool | | Returns false. |
| bool | |
| bool | | Returns true. |
| long | | Throws NotSupportedException. |
| long | |