Initializes a new instance of the ByteVector class

Namespace: iTextSharp.text.pdf.hyphenation
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public ByteVector(
	byte[] a,
	int capacity
)
Visual Basic
Public Sub New ( _
	a As Byte(), _
	capacity As Integer _
)
Visual C++
public:
ByteVector(
	array<unsigned char>^ a, 
	int capacity
)

Parameters

a
Type: array<System..::..Byte>[]()[][]
capacity
Type: System..::..Int32

See Also