Constructor ByteVector
ByteVector()
Declaration
public ByteVector()
ByteVector(Int32)
Declaration
public ByteVector(int capacity)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | capacity |
ByteVector(Byte[])
Declaration
public ByteVector(byte[] a)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | a |
ByteVector(Byte[], Int32)
Declaration
public ByteVector(byte[] a, int capacity)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | a | |
System.Int32 | capacity |