Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.ArithmeticCoding.ArithmeticCodingReader

Summary

Implements an arithmetic coding decoder. See ArithmeticCodingWriter for further details.

Constructors

ArithmeticCodingReader(Stream stream, uint[] frequencies)
Initialises an ArithmeticCodingReader instance. See ArithmeticCodingWriter for further details.

Instance methods

void
Finalize(bool closeStream = false)
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.
intDecodes a single symbol.
void Changes the symbol context. See Remarks. (see also remarks)