public class ByteVector extends Object implements Serializable
| Constructor and Description |
|---|
ByteVector() |
ByteVector(byte[] a) |
ByteVector(byte[] a,
int capacity) |
ByteVector(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
int |
alloc(int size)
This is to implement memory allocation in the array.
|
int |
capacity() |
byte |
get(int index) |
byte[] |
getArray() |
int |
length() |
void |
put(int index,
byte val) |
void |
trimToSize() |
public ByteVector()
public ByteVector(int capacity)
public ByteVector(byte[] a)
public ByteVector(byte[] a,
int capacity)
public byte[] getArray()
public int length()
public int capacity()
public void put(int index,
byte val)
public byte get(int index)
public int alloc(int size)
size - The size to addpublic void trimToSize()
Copyright © 2024. All rights reserved.