C# Class SevenZip.Compression.RangeCoder.Decoder

Mostrar archivo Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Public Properties

Property Type Description
Code uint
Range uint
Stream System.IO.Stream

Public Methods

Method Description
CloseStream ( ) : void
Decode ( uint start, uint size, uint total ) : void
DecodeBit ( uint size0, int numTotalBits ) : uint
DecodeDirectBits ( int numTotalBits ) : uint
GetThreshold ( uint total ) : uint
Init ( System stream ) : void
Normalize ( ) : void
Normalize2 ( ) : void
ReleaseStream ( ) : void

Method Details

CloseStream() public method

public CloseStream ( ) : void
return void

Decode() public method

public Decode ( uint start, uint size, uint total ) : void
start uint
size uint
total uint
return void

DecodeBit() public method

public DecodeBit ( uint size0, int numTotalBits ) : uint
size0 uint
numTotalBits int
return uint

DecodeDirectBits() public method

public DecodeDirectBits ( int numTotalBits ) : uint
numTotalBits int
return uint

GetThreshold() public method

public GetThreshold ( uint total ) : uint
total uint
return uint

Init() public method

public Init ( System stream ) : void
stream System
return void

Normalize() public method

public Normalize ( ) : void
return void

Normalize2() public method

public Normalize2 ( ) : void
return void

ReleaseStream() public method

public ReleaseStream ( ) : void
return void

Property Details

Code public_oe property

public uint Code
return uint

Range public_oe property

public uint Range
return uint

Stream public_oe property

public System.IO.Stream Stream
return System.IO.Stream