iText 5

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

Type

Name

Methods

byte``[]

Arr

get

int

Capacity

get

byte

Item

get, set

int

Length

get

Methods

Public methods

Returns

Name

int

Alloc

(int size)

void

TrimToSize

()

Details

Constructors

ByteVector [1/4]

Source code

public ByteVector()

ByteVector [2/4]

Source code

public ByteVector(int capacity)

Arguments

Type

Name

Description

int

capacity

ByteVector [3/4]

Source code

public ByteVector(byte[] a)

Arguments

Type

Name

Description

byte``[]

a

ByteVector [4/4]

Source code

public ByteVector(byte[] a, int capacity)

Arguments

Type

Name

Description

byte``[]

a

int

capacity

Methods

Alloc

Source code

public virtual int Alloc(int size)

Arguments

Type

Name

Description

int

size

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