Uses of Class
org.basex.io.DataOutput

Packages that use DataOutput
org.basex.data Contains classes for handling the XML table and textual data. 
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 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.
 void Namespaces.write(DataOutput out)
          Writes the namespaces to disk.
 

Uses of DataOutput in org.basex.index
 

Methods in org.basex.index with parameters of type DataOutput
 void Names.write(DataOutput out)
          Writes the names to the specified output stream.