Uses of Class
org.basex.io.in.DataInput

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

Uses of DataInput in org.basex.core
 

Methods in org.basex.core with parameters of type DataInput
 void Users.read(DataInput in)
          Reads users from disk.
 

Uses of DataInput in org.basex.data
 

Methods in org.basex.data with parameters of type DataInput
 void MetaData.read(DataInput in)
          Reads in meta data from the specified stream.
 

Uses of DataInput in org.basex.index.name
 

Constructors in org.basex.index.name with parameters of type DataInput
Names(DataInput in, MetaData md)
          Constructor, specifying an input file.
 

Uses of DataInput in org.basex.index.path
 

Constructors in org.basex.index.path with parameters of type DataInput
PathSummary(Data d, DataInput in)
          Constructor, specifying an input file.
 

Uses of DataInput in org.basex.index.resource
 

Methods in org.basex.index.resource with parameters of type DataInput
 void Resources.read(DataInput in)
          Reads information on database resources from disk.
 

Uses of DataInput in org.basex.index.stats
 

Constructors in org.basex.index.stats with parameters of type DataInput
Stats(DataInput in)
          Constructor, specifying an input stream.
 

Uses of DataInput in org.basex.util.hash
 

Methods in org.basex.util.hash with parameters of type DataInput
protected  void TokenSet.read(DataInput in)
          Reads the data structure from the specified input.
 void TokenIntMap.read(DataInput in)
           
 

Constructors in org.basex.util.hash with parameters of type DataInput
TokenIntMap(DataInput in)
          Constructor.
TokenSet(DataInput in)
          Constructor, specifying some initial input.