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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
bits) |
|
|
( |
|
|
( |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
(
other) |
Details
Constructors
BitVector
Source code
public BitVector()
Methods
At
Source code
public int At(int index)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
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 |
|---|---|---|
|
|
bit |
AppendBits
Source code
public void AppendBits(int value, int numBits)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
value |
|
|
|
numBits |
AppendBitVector
Source code
public void AppendBitVector(BitVector bits)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
bits |
Xor
Source code
public void Xor(BitVector other)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
other |
ToString
Source code
public override string ToString()
GetArray
Source code
public byte GetArray()
Generated with ModularDoc