C# Class BitStream.BitIO.BitWriter

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
BitWriter ( ) : System
BitWriter ( int bitLength ) : System
GetBinString ( ) : string
GetBytes ( ) : byte[]
WriteByte ( byte b, int bitLength = 8 ) : void
WriteChar7 ( char c ) : void
WriteInt ( int i, int bitLength ) : void

Private Methods

Méthode Description
AppendBinString ( string bin, int bitLength ) : void
Check8 ( ) : void

Method Details

BitWriter() public méthode

public BitWriter ( ) : System
Résultat System

BitWriter() public méthode

public BitWriter ( int bitLength ) : System
bitLength int
Résultat System

GetBinString() public méthode

public GetBinString ( ) : string
Résultat string

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

WriteByte() public méthode

public WriteByte ( byte b, int bitLength = 8 ) : void
b byte
bitLength int
Résultat void

WriteChar7() public méthode

public WriteChar7 ( char c ) : void
c char
Résultat void

WriteInt() public méthode

public WriteInt ( int i, int bitLength ) : void
i int
bitLength int
Résultat void

Property Details

BinString public_oe property

public StringBuilder BinString
Résultat StringBuilder