Skip to main content
Skip table of contents

ByteArray

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
ReturnsName
voidAppendByte(int value)
intAt(int index)
boolIsEmpty()
voidReserve(int capacity)
voidSet(...)
intSize()

Details

Constructors

ByteArray [1/3]
Source code
public ByteArray()
ByteArray [2/3]
Source code
public ByteArray(int size)
Arguments
TypeNameDescription
intsize
ByteArray [3/3]
Source code
public ByteArray(byte[] byteArray)
Arguments
TypeNameDescription
byte``[]byteArray

Methods

At
Source code
public int At(int index)
Arguments
TypeNameDescription
intindex
Set [1/2]
Source code
public void Set(int index, int value)
Arguments
TypeNameDescription
intindex
intvalue
Size
Source code
public int Size()
IsEmpty
Source code
public bool IsEmpty()
AppendByte
Source code
public void AppendByte(int value)
Arguments
TypeNameDescription
intvalue
Reserve
Source code
public void Reserve(int capacity)
Arguments
TypeNameDescription
intcapacity
Set [2/2]
Source code
public void Set(byte[] source, int offset, int count)
Arguments
TypeNameDescription
byte``[]source
intoffset
intcount

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.