C# 클래스 CSharpUtils.BitReader

Helper class for writing bit values, bit blocks in LSB and MSB bits formats. Doesn't read bytes ahead -- reads next byte if necessary.
파일 보기 프로젝트 열기: soywiz/csharputils

Private Properties

프로퍼티 타입 설명
Align void
BitReader System
EnsureData void
ReadBit bool
ReadLSB int
ReadMSB int

비공개 메소드들

메소드 설명
Align ( ) : void
BitReader ( Stream stream ) : System
EnsureData ( int bitCount ) : void
ReadBit ( ) : bool
ReadLSB ( int bitCount ) : int
ReadMSB ( int bitCount ) : int