C# 클래스 LZMA.RangeCoder.Encoder

파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net 1 사용 예제들

비공개 메소드들

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