Summary
Implements an arithmetic coding decoder. See
ArithmeticCodingWriter for further details.
Constructors
Instance methods
void | |
Finalizes the stream by reading synchronization padding appended by the writer. This call is optional; it is
only required if further data will be read from the same input stream. |
int | | Decodes a single symbol. |
void | |
Changes the symbol context. See Remarks. |