C# Class BattleNet.BitReader

Show file Open project: dkuwahara/AlphaBot Class Usage Examples

Public Methods

Method Description
BitReader ( byte bytes ) : System
ConvertToByte ( BitArray bits ) : byte
Read ( int length ) : Int32
ReadBit ( ) : System.Boolean
ReadBitsBigEndian ( int length ) : Int32
ReadBitsLittleEndian ( int length ) : Int32

Method Details

BitReader() public method

public BitReader ( byte bytes ) : System
bytes byte
return System

ConvertToByte() public method

public ConvertToByte ( BitArray bits ) : byte
bits System.Collections.BitArray
return byte

Read() public method

public Read ( int length ) : Int32
length int
return System.Int32

ReadBit() public method

public ReadBit ( ) : System.Boolean
return System.Boolean

ReadBitsBigEndian() public method

public ReadBitsBigEndian ( int length ) : Int32
length int
return System.Int32

ReadBitsLittleEndian() public method

public ReadBitsLittleEndian ( int length ) : Int32
length int
return System.Int32