Uses of Class
org.basex.io.DataInput

Packages that use DataInput
org.basex.data Contains BaseX data types, including the internal table representation in the Data class. 
org.basex.index Contains database index implementations. 
 

Uses of DataInput in org.basex.data
 

Methods in org.basex.data with parameters of type DataInput
 int MetaData.read(DataInput in)
          Opens the metadata for the current database and returns the table size.
 

Constructors in org.basex.data with parameters of type DataInput
Namespaces(DataInput in)
          Constructor, specifying an input file.
Skeleton(Data d, DataInput in)
          Constructor, specifying an input file.
StatsKey(DataInput in)
          Constructor, specifying an input stream.
 

Uses of DataInput in org.basex.index
 

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