C# Class iTextSharp.text.pdf.qrcode.BitVector

Mostra file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
AppendBit ( int bit ) : void
AppendBitVector ( BitVector bits ) : void
AppendBits ( int value, int numBits ) : void
At ( int index ) : int
BitVector ( ) : System
GetArray ( ) : byte[]
Size ( ) : int
SizeInBytes ( ) : int
ToString ( ) : String
Xor ( BitVector other ) : void

Private Methods

Method Description
AppendByte ( int value ) : void

Method Details

AppendBit() public method

public AppendBit ( int bit ) : void
bit int
return void

AppendBitVector() public method

public AppendBitVector ( BitVector bits ) : void
bits BitVector
return void

AppendBits() public method

public AppendBits ( int value, int numBits ) : void
value int
numBits int
return void

At() public method

public At ( int index ) : int
index int
return int

BitVector() public method

public BitVector ( ) : System
return System

GetArray() public method

public GetArray ( ) : byte[]
return byte[]

Size() public method

public Size ( ) : int
return int

SizeInBytes() public method

public SizeInBytes ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String

Xor() public method

public Xor ( BitVector other ) : void
other BitVector
return void