프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public Decode ( uint start, uint size, uint total ) : void | ||
start | uint | |
size | uint | |
total | uint | |
리턴 | void |
public DecodeBit ( uint size0, int numTotalBits ) : uint | ||
size0 | uint | |
numTotalBits | int | |
리턴 | uint |
public DecodeDirectBits ( int numTotalBits ) : uint | ||
numTotalBits | int | |
리턴 | uint |