Package | Description |
---|---|
gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
Modifier and Type | Class and Description |
---|---|
class |
Blob
Binary data which may represent text or other information.
|
class |
S8Vector
Simple adjustable-length vector of signed 8-bit integers (bytes).
|
class |
U8Vector
Simple adjustable-length vector of unsigned 8-bit integers (bytes).
|
Modifier and Type | Method and Description |
---|---|
void |
ByteVector.copyFrom(int index,
ByteVector src,
int start,
int end) |