|
Implements an arithmetic coding decoder. See ArithmeticCodingWriter for further details. |
|
Provides a read-only stream which decodes data that was encoded using ArithmeticCodingWriterStream. |
|
Implements an arithmetic coding encoder. See Remarks. |
|
Provides a write-only stream which encodes the bytes written using arithmetic coding. |
|
Implements a symbol context best suited for relatively small ranges of valid symbols. Supports efficient updates
of individual symbol frequencies. The smallest symbol supported is 0, and the memory usage goes up linearly with
the largest valid symbol. |
| Provides information about the relative frequency of arithmetic coding symbols. |