C# Class BattleNet.BitReader

Afficher le fichier Open project: dkuwahara/AlphaBot Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BitReader ( byte bytes ) : System
bytes byte
Résultat System

ConvertToByte() public méthode

public ConvertToByte ( BitArray bits ) : byte
bits System.Collections.BitArray
Résultat byte

Read() public méthode

public Read ( int length ) : Int32
length int
Résultat System.Int32

ReadBit() public méthode

public ReadBit ( ) : System.Boolean
Résultat System.Boolean

ReadBitsBigEndian() public méthode

public ReadBitsBigEndian ( int length ) : Int32
length int
Résultat System.Int32

ReadBitsLittleEndian() public méthode

public ReadBitsLittleEndian ( int length ) : Int32
length int
Résultat System.Int32