Uses of Class
org.basex.io.out.DataOutput
Packages that use DataOutput
Package
Description
-
Uses of DataOutput in org.basex.index.name
Methods in org.basex.index.name with parameters of type DataOutput -
Uses of DataOutput in org.basex.index.path
Methods in org.basex.index.path with parameters of type DataOutputModifier and TypeMethodDescriptionvoidPathIndex.write(DataOutput out) Writes the path summary to the specified output. -
Uses of DataOutput in org.basex.index.resource
Methods in org.basex.index.resource with parameters of type DataOutputModifier and TypeMethodDescriptionvoidResources.write(DataOutput out) Writes information on database resources to disk. -
Uses of DataOutput in org.basex.index.stats
Methods in org.basex.index.stats with parameters of type DataOutputModifier and TypeMethodDescriptionvoidStats.write(DataOutput out) Writes the key statistics to the specified output stream. -
Uses of DataOutput in org.basex.util.hash
Methods in org.basex.util.hash with parameters of type DataOutputModifier and TypeMethodDescriptionvoidTokenIntMap.write(DataOutput out) voidTokenSet.write(DataOutput out) Writes the data structure to the specified output.