| Package | Description |
|---|---|
| org.basex.core |
Database core classes.
|
| org.basex.data |
Database structures.
|
| org.basex.index |
Database Index structures.
|
| org.basex.index.path | |
| org.basex.util.hash |
| Modifier and Type | Method and Description |
|---|---|
void |
Users.read(DataInput in)
Reads users from disk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaData.read(DataInput in)
Reads in meta data from the specified stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resources.read(DataInput in)
Reads information on database resources from disk.
|
| Constructor and Description |
|---|
Names(DataInput in,
MetaData md)
Constructor, specifying an input file.
|
Stats(DataInput in)
Constructor, specifying an input stream.
|
| Constructor and Description |
|---|
PathSummary(Data d,
DataInput in)
Constructor, specifying an input file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TokenIntMap.read(DataInput in) |
protected void |
TokenSet.read(DataInput in)
Reads the token set from the specified input.
|
| Constructor and Description |
|---|
TokenIntMap(DataInput in)
Constructor.
|
TokenSet(DataInput in)
Constructor.
|