Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: ArithmeticCodingReader(Stream, ArithmeticSymbolContext)

Declaration

public ArithmeticCodingReader(
    Stream stream,
    ArithmeticSymbolContext context
)

Summary

Initialises an ArithmeticCodingReader instance. See ArithmeticCodingWriter for further details.

Parameters

Streamstream The stream from which the encoded data will be read for decoding.
ArithmeticSymbolContextcontext The context used for determining the relative frequencies of encoded symbols. The caller may make changes to the context instance it passed in; such changes will take effect immediately. See also ArithmeticCodingReader.SetContext(ArithmeticSymbolContext).