Skip to main content
Skip table of contents

ByteVector

ByteVector Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.hyphenation
  iTextSharp.text.pdf.hyphenation.ByteVector[[ByteVector]]
  end

Members

Properties

Public properties
TypeNameMethods
byte``[]Arrget
intCapacityget
byteItemget, set
intLengthget

Methods

Public methods
ReturnsName
intAlloc(int size)
voidTrimToSize()

Details

Constructors

ByteVector [1/4]

Source code

public ByteVector()
ByteVector [2/4]

Source code

public ByteVector(int capacity)
Arguments
TypeNameDescription
intcapacity
ByteVector [3/4]

Source code

public ByteVector(byte[] a)
Arguments
TypeNameDescription
byte``[]a
ByteVector [4/4]

Source code

public ByteVector(byte[] a, int capacity)
Arguments
TypeNameDescription
byte``[]a
intcapacity

Methods

Alloc

Source code

public virtual int Alloc(int size)
Arguments
TypeNameDescription
intsize
TrimToSize

Source code

public virtual void TrimToSize()

Properties

Arr
public virtual byte Arr { get; }
Length
public virtual int Length { get; }
Capacity
public virtual int Capacity { get; }
Item
public byte Item { get; set; }

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.