C# Class zxingwp7.qrcode.encoder.BitVector

JAVAPORT: This should be combined with BitArray in the future, although that class is not yet dynamically resizeable. This implementation is reasonable but there is a lot of function calling in loops I'd like to get rid of.
Afficher le fichier Open project: henningms/zxing2.0-wp7 Class Usage Examples

Méthodes publiques

Méthode Description
BitVector ( ) : System
ToString ( ) : String
appendBit ( int bit ) : void
appendBitVector ( BitVector bits ) : void
appendBits ( int value_Renamed, int numBits ) : void
at ( int index ) : int
size ( ) : int
sizeInBytes ( ) : int
xor ( BitVector other ) : void

Private Methods

Méthode Description
appendByte ( int value_Renamed ) : void

Method Details

BitVector() public méthode

public BitVector ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

appendBit() public méthode

public appendBit ( int bit ) : void
bit int
Résultat void

appendBitVector() public méthode

public appendBitVector ( BitVector bits ) : void
bits BitVector
Résultat void

appendBits() public méthode

public appendBits ( int value_Renamed, int numBits ) : void
value_Renamed int
numBits int
Résultat void

at() public méthode

public at ( int index ) : int
index int
Résultat int

size() public méthode

public size ( ) : int
Résultat int

sizeInBytes() public méthode

public sizeInBytes ( ) : int
Résultat int

xor() public méthode

public xor ( BitVector other ) : void
other BitVector
Résultat void