|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataOutput | |
---|---|
org.basex.data | Contains BaseX data types, including the
internal table representation in the Data class. |
org.basex.index | Contains database index implementations. |
Uses of DataOutput in org.basex.data |
---|
Methods in org.basex.data with parameters of type DataOutput | |
---|---|
void |
Skeleton.finish(DataOutput out)
Finishes the structure. |
void |
Namespaces.finish(DataOutput out)
Writes the namespaces to disk. |
void |
StatsKey.finish(DataOutput out)
Writes the key statistics to the specified output stream. |
void |
MetaData.finish(DataOutput out,
int siz)
Writes the database to the specified path. |
Uses of DataOutput in org.basex.index |
---|
Methods in org.basex.index with parameters of type DataOutput | |
---|---|
void |
Names.finish(DataOutput out)
Writes the names to the specified output stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |