Uses of Class
org.basex.io.out.DataOutput

Packages that use DataOutput
org.basex.core Database core classes. 
org.basex.index.name   
org.basex.index.path   
org.basex.index.resource   
org.basex.index.stats   
org.basex.util.hash   
 

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.index.name
 

Methods in org.basex.index.name with parameters of type DataOutput
 void Names.write(DataOutput out)
           
 

Uses of DataOutput in org.basex.index.path
 

Methods in org.basex.index.path with parameters of type DataOutput
 void PathSummary.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 DataOutput
 void Resources.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 DataOutput
 void Stats.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 DataOutput
 void TokenSet.write(DataOutput out)
          Writes the data structure to the specified output.
 void TokenIntMap.write(DataOutput out)