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

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

공개 프로퍼티들

프로퍼티 타입 설명
Low System.UInt64
Range uint

공개 메소드들

메소드 설명
CloseStream ( ) : void
Encode ( uint start, uint size, uint total ) : void
EncodeBit ( uint size0, int numTotalBits, uint symbol ) : void
EncodeDirectBits ( uint v, int numTotalBits ) : void
FlushData ( ) : void
FlushStream ( ) : void
GetProcessedSizeAdd ( ) : long
Init ( ) : void
ReleaseStream ( ) : void
SetStream ( System stream ) : void
ShiftLow ( ) : void

메소드 상세

CloseStream() 공개 메소드

public CloseStream ( ) : void
리턴 void

Encode() 공개 메소드

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

EncodeBit() 공개 메소드

public EncodeBit ( uint size0, int numTotalBits, uint symbol ) : void
size0 uint
numTotalBits int
symbol uint
리턴 void

EncodeDirectBits() 공개 메소드

public EncodeDirectBits ( uint v, int numTotalBits ) : void
v uint
numTotalBits int
리턴 void

FlushData() 공개 메소드

public FlushData ( ) : void
리턴 void

FlushStream() 공개 메소드

public FlushStream ( ) : void
리턴 void

GetProcessedSizeAdd() 공개 메소드

public GetProcessedSizeAdd ( ) : long
리턴 long

Init() 공개 메소드

public Init ( ) : void
리턴 void

ReleaseStream() 공개 메소드

public ReleaseStream ( ) : void
리턴 void

SetStream() 공개 메소드

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

ShiftLow() 공개 메소드

public ShiftLow ( ) : void
리턴 void

프로퍼티 상세

Low 공개적으로 프로퍼티

public UInt64,System Low
리턴 System.UInt64

Range 공개적으로 프로퍼티

public uint Range
리턴 uint