C# Class XorPack.CharRow

Afficher le fichier Open project: eltomjan/ETEhomeTools Class Usage Examples

Protected Properties

Свойство Type Description
nonZero uint
row byte[]

Méthodes publiques

Méthode Description
CharRow ( Array data ) : System
CharRow ( int width ) : System
NonZeros ( ) : uint
getBit ( int x ) : bool
getStream ( ) : String
resetBit ( int x ) : void
setBit ( int x ) : void

Method Details

CharRow() public méthode

public CharRow ( Array data ) : System
data Array
Résultat System

CharRow() public méthode

public CharRow ( int width ) : System
width int
Résultat System

NonZeros() public méthode

public NonZeros ( ) : uint
Résultat uint

getBit() public méthode

public getBit ( int x ) : bool
x int
Résultat bool

getStream() public méthode

public getStream ( ) : String
Résultat String

resetBit() public méthode

public resetBit ( int x ) : void
x int
Résultat void

setBit() public méthode

public setBit ( int x ) : void
x int
Résultat void

Property Details

nonZero protected_oe property

protected uint nonZero
Résultat uint

row protected_oe property

protected byte[] row
Résultat byte[]