BitVector Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.qrcode
iTextSharp.text.pdf.qrcode.BitVector[[BitVector]]
end
Members
Methods
Public methods
Details
Constructors
BitVector
Source code
public BitVector()
Methods
At
Source code
public int At(int index)
Arguments
| Type | Name | Description |
|---|
int | index | |
Size
Source code
public int Size()
SizeInBytes
Source code
public int SizeInBytes()
AppendBit
Source code
public void AppendBit(int bit)
Arguments
| Type | Name | Description |
|---|
int | bit | |
AppendBits
Source code
public void AppendBits(int value, int numBits)
Arguments
| Type | Name | Description |
|---|
int | value | |
int | numBits | |
AppendBitVector
Source code
public void AppendBitVector(BitVector bits)
Arguments
Xor
Source code
public void Xor(BitVector other)
Arguments
ToString
Source code
public override string ToString()
GetArray
Source code
public byte GetArray()
Generated with ModularDoc