C# 클래스 natix.CompactDS.BinaryCoding

Uses a small fixed number of bits to represent numbers. Truncated binary.
상속: IIEncoder32
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 메소드들

메소드 설명
ArrayAdd ( BitStream32 Buffer, int val ) : void
ArrayGet ( BitStream32 Buffer, int pos ) : int
ArraySet ( BitStream32 Buffer, int pos, int val ) : void
BinaryCoding ( ) : System
BinaryCoding ( int numbits ) : System
Decode ( BitStream32 Buffer, BitStreamCtx ctx ) : int
Encode ( BitStream32 Buffer, int u ) : void
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void

메소드 상세

ArrayAdd() 공개 메소드

public ArrayAdd ( BitStream32 Buffer, int val ) : void
Buffer BitStream32
val int
리턴 void

ArrayGet() 공개 메소드

public ArrayGet ( BitStream32 Buffer, int pos ) : int
Buffer BitStream32
pos int
리턴 int

ArraySet() 공개 메소드

public ArraySet ( BitStream32 Buffer, int pos, int val ) : void
Buffer BitStream32
pos int
val int
리턴 void

BinaryCoding() 공개 메소드

public BinaryCoding ( ) : System
리턴 System

BinaryCoding() 공개 메소드

public BinaryCoding ( int numbits ) : System
numbits int
리턴 System

Decode() 공개 메소드

public Decode ( BitStream32 Buffer, BitStreamCtx ctx ) : int
Buffer BitStream32
ctx BitStreamCtx
리턴 int

Encode() 공개 메소드

public Encode ( BitStream32 Buffer, int u ) : void
Buffer BitStream32
u int
리턴 void

Load() 공개 메소드

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

Save() 공개 메소드

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