ByteArray 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.ByteArray[[ByteArray]] end
Members
Methods
Public methods
Details
Constructors
ByteArray [1/3]
Source code
public ByteArray()
ByteArray [2/3]
Source code
public ByteArray(int size)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
size |
ByteArray [3/3]
Source code
public ByteArray(byte[] byteArray)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
byteArray |
Methods
At
Source code
public int At(int index)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
index |
Set [1/2]
Source code
public void Set(int index, int value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
index |
|
|
|
value |
Size
Source code
public int Size()
IsEmpty
Source code
public bool IsEmpty()
AppendByte
Source code
public void AppendByte(int value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
value |
Reserve
Source code
public void Reserve(int capacity)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
capacity |
Set [2/2]
Source code
public void Set(byte[] source, int offset, int count)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
source |
|
|
|
offset |
|
|
|
count |
Generated with ModularDoc