| Package | Description |
|---|---|
| org.basex.util |
Utility classes.
|
| org.basex.util.list |
| Modifier and Type | Class and Description |
|---|---|
class |
Compress
This class compresses and decompresses tokens.
|
| Modifier and Type | Method and Description |
|---|---|
ByteList |
ByteList.add(byte[] b)
Adds a byte array to the container.
|
ByteList |
ByteList.add(byte[] b,
int s,
int e)
Adds a partial byte array to the container.
|
ByteList |
ByteList.add(int e)
Adds an entry to the array.
|