C# 클래스 SevenZip.Compression.RangeCoder.Decoder

파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Code uint
Range uint
Stream System.IO.Stream

공개 메소드들

메소드 설명
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

메소드 상세

CloseStream() 공개 메소드

public CloseStream ( ) : void
리턴 void

Decode() 공개 메소드

public Decode ( uint start, uint size, uint total ) : void
start uint
size uint
total uint
리턴 void

DecodeBit() 공개 메소드

public DecodeBit ( uint size0, int numTotalBits ) : uint
size0 uint
numTotalBits int
리턴 uint

DecodeDirectBits() 공개 메소드

public DecodeDirectBits ( int numTotalBits ) : uint
numTotalBits int
리턴 uint

GetThreshold() 공개 메소드

public GetThreshold ( uint total ) : uint
total uint
리턴 uint

Init() 공개 메소드

public Init ( System stream ) : void
stream System
리턴 void

Normalize() 공개 메소드

public Normalize ( ) : void
리턴 void

Normalize2() 공개 메소드

public Normalize2 ( ) : void
리턴 void

ReleaseStream() 공개 메소드

public ReleaseStream ( ) : void
리턴 void

프로퍼티 상세

Code 공개적으로 프로퍼티

public uint Code
리턴 uint

Range 공개적으로 프로퍼티

public uint Range
리턴 uint

Stream 공개적으로 프로퍼티

public System.IO.Stream Stream
리턴 System.IO.Stream