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
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
() |
Details
Constructors
ByteVector [1/4]
Source code
public ByteVector()
ByteVector [2/4]
Source code
public ByteVector(int capacity)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
capacity |
ByteVector [3/4]
Source code
public ByteVector(byte[] a)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
a |
ByteVector [4/4]
Source code
public ByteVector(byte[] a, int capacity)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
a |
|
|
|
capacity |
Methods
Alloc
Source code
public virtual int Alloc(int size)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
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