C# 클래스 BattleNet.BitReader

파일 보기 프로젝트 열기: dkuwahara/AlphaBot 1 사용 예제들

공개 메소드들

메소드 설명
BitReader ( byte bytes ) : System
ConvertToByte ( BitArray bits ) : byte
Read ( int length ) : Int32
ReadBit ( ) : System.Boolean
ReadBitsBigEndian ( int length ) : Int32
ReadBitsLittleEndian ( int length ) : Int32

메소드 상세

BitReader() 공개 메소드

public BitReader ( byte bytes ) : System
bytes byte
리턴 System

ConvertToByte() 공개 메소드

public ConvertToByte ( BitArray bits ) : byte
bits System.Collections.BitArray
리턴 byte

Read() 공개 메소드

public Read ( int length ) : Int32
length int
리턴 System.Int32

ReadBit() 공개 메소드

public ReadBit ( ) : System.Boolean
리턴 System.Boolean

ReadBitsBigEndian() 공개 메소드

public ReadBitsBigEndian ( int length ) : Int32
length int
리턴 System.Int32

ReadBitsLittleEndian() 공개 메소드

public ReadBitsLittleEndian ( int length ) : Int32
length int
리턴 System.Int32