C# 클래스 natix.CompactDS.EliasGamma

상속: IIEncoder32
파일 보기 프로젝트 열기: sadit/natix

공개 메소드들

메소드 설명
Decode ( BitStream32 Buffer, BitStreamCtx ctx ) : int
Encode ( BitStream32 Buffer, int u ) : void
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void

Stores the number of zeros at the beggining

비공개 메소드들

메소드 설명
EliasGamma ( ) : 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() 공개 메소드

Stores the number of zeros at the beggining
public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
리턴 void