C# Class BitStream.BitIO.BitReader

Afficher le fichier Open project: durow/TestArea Class Usage Examples

Méthodes publiques

Свойство Type Description
BinString StringBuilder

Méthodes publiques

Méthode Description
BitReader ( byte data ) : System
ByteToBinString ( byte b ) : char[]
ReadBinString ( int bitLength ) : string
ReadBinString ( int offset, int bitLength ) : string
ReadBool ( ) : bool
ReadBool ( int offset ) : bool
ReadByte ( ) : byte
ReadByte ( int offset ) : byte
ReadInt ( int bitLength ) : int
ReadInt ( int offset, int bitLength ) : int
ReadInt16 ( int bitLength ) : Int16
ReadInt16 ( int offset, int bitLength ) : Int16

Method Details

BitReader() public méthode

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

ByteToBinString() public static méthode

public static ByteToBinString ( byte b ) : char[]
b byte
Résultat char[]

ReadBinString() public méthode

public ReadBinString ( int bitLength ) : string
bitLength int
Résultat string

ReadBinString() public méthode

public ReadBinString ( int offset, int bitLength ) : string
offset int
bitLength int
Résultat string

ReadBool() public méthode

public ReadBool ( ) : bool
Résultat bool

ReadBool() public méthode

public ReadBool ( int offset ) : bool
offset int
Résultat bool

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadByte() public méthode

public ReadByte ( int offset ) : byte
offset int
Résultat byte

ReadInt() public méthode

public ReadInt ( int bitLength ) : int
bitLength int
Résultat int

ReadInt() public méthode

public ReadInt ( int offset, int bitLength ) : int
offset int
bitLength int
Résultat int

ReadInt16() public méthode

public ReadInt16 ( int bitLength ) : Int16
bitLength int
Résultat System.Int16

ReadInt16() public méthode

public ReadInt16 ( int offset, int bitLength ) : Int16
offset int
bitLength int
Résultat System.Int16

Property Details

BinString public_oe property

public StringBuilder BinString
Résultat StringBuilder