Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: ArithmeticCodingReaderStream(Stream, ArithmeticSymbolContext)

Declaration

public ArithmeticCodingReaderStream(
    Stream inputStream,
    ArithmeticSymbolContext context
)

Summary

Initialises an ArithmeticCodingReaderStream instance given an input stream and a set of byte frequencies.

Parameters

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