C# 클래스 Warcraft.Core.Compression.BitStream

A utility class for reading groups of bits from a stream
파일 보기 프로젝트 열기: Nihlus/libwarcraft 1 사용 예제들

공개 메소드들

메소드 설명
BitStream ( Stream sourceStream ) : System
EnsureBits ( int bitCount ) : bool
PeekByte ( ) : int
ReadBits ( int bitCount ) : int

비공개 메소드들

메소드 설명
WasteBits ( int bitCount ) : bool

메소드 상세

BitStream() 공개 메소드

public BitStream ( Stream sourceStream ) : System
sourceStream Stream
리턴 System

EnsureBits() 공개 메소드

public EnsureBits ( int bitCount ) : bool
bitCount int
리턴 bool

PeekByte() 공개 메소드

public PeekByte ( ) : int
리턴 int

ReadBits() 공개 메소드

public ReadBits ( int bitCount ) : int
bitCount int
리턴 int