|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataOutput | |
|---|---|
| org.basex.core | This package contains the database core classes. |
| org.basex.data | This package contains the main database structures. |
| org.basex.index | This package contains all database index structures. |
| org.basex.util | This package assembles utility classes. |
| Uses of DataOutput in org.basex.core |
|---|
| Methods in org.basex.core with parameters of type DataOutput | |
|---|---|
void |
Users.write(DataOutput out)
Writes permissions to disk. |
| Uses of DataOutput in org.basex.data |
|---|
| Methods in org.basex.data with parameters of type DataOutput | |
|---|---|
void |
StatsKey.finish(DataOutput out)
Writes the key statistics to the specified output stream. |
void |
PathSummary.write(DataOutput out)
Writes the path summary to the specified output. |
| Uses of DataOutput in org.basex.index |
|---|
| Methods in org.basex.index with parameters of type DataOutput | |
|---|---|
void |
Names.write(DataOutput out)
|
| Uses of DataOutput in org.basex.util |
|---|
| Methods in org.basex.util with parameters of type DataOutput | |
|---|---|
void |
TokenSet.write(DataOutput out)
Writes the token set to the specified output. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||