| Package | Description |
|---|---|
| gnu.lists | |
| gnu.mapping |
Supports
Procedure,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
| Modifier and Type | Class and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
int |
BinaryInPort.readByteVector(ByteVector bvector,
int offset,
int count) |