C# 클래스 natix.CompactDS.BinarySearchCoding64

상속: IIEncoder64
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 메소드들

메소드 설명
BinarySearchCoding64 ( ) : System
BinarySearchCoding64 ( long maxvalue ) : System
Decode ( BitStream32 stream, BitStreamCtx ctx ) : long
Decode ( BitStream32 stream, long N, BitStreamCtx ctx ) : long
Encode ( BitStream32 stream, long u ) : void
Encode ( BitStream32 stream, long u, long N ) : void
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void

메소드 상세

BinarySearchCoding64() 공개 메소드

public BinarySearchCoding64 ( ) : System
리턴 System

BinarySearchCoding64() 공개 메소드

public BinarySearchCoding64 ( long maxvalue ) : System
maxvalue long
리턴 System

Decode() 공개 메소드

public Decode ( BitStream32 stream, BitStreamCtx ctx ) : long
stream BitStream32
ctx BitStreamCtx
리턴 long

Decode() 공개 메소드

public Decode ( BitStream32 stream, long N, BitStreamCtx ctx ) : long
stream BitStream32
N long
ctx BitStreamCtx
리턴 long

Encode() 공개 메소드

public Encode ( BitStream32 stream, long u ) : void
stream BitStream32
u long
리턴 void

Encode() 공개 메소드

public Encode ( BitStream32 stream, long u, long N ) : void
stream BitStream32
u long
N long
리턴 void

Load() 공개 메소드

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
리턴 void

Save() 공개 메소드

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
리턴 void