| Package | Description |
|---|---|
| gnu.kawa.lispexpr | |
| gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
| Modifier and Type | Method and Description |
|---|---|
static U8Vector |
LangObjType.coerceToU8Vector(java.lang.Object obj) |
| Modifier and Type | Class and Description |
|---|---|
class |
Blob
Binary data which may represent text or other information.
|
| Modifier and Type | Method and Description |
|---|---|
U8Vector |
Blob.asPlainBytevector() |
| Constructor and Description |
|---|
U8Vector(U8Vector seq)
Copy constructor.
|
U8Vector(U8Vector seq,
int offset,
int length) |