Uses of Class
org.basex.io.DataInput

Packages that use DataInput
org.basex.core This package contains the database core classes. 
org.basex.data This package contains the main database structures. 
org.basex.index This package contains all database index structures. 
org.basex.util This package assembles utility classes. 
 

Uses of DataInput in org.basex.core
 

Constructors in org.basex.core with parameters of type DataInput
Users(DataInput in)
          Local constructor.
 

Uses of DataInput in org.basex.data
 

Methods in org.basex.data with parameters of type DataInput
 void 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
PathSummary(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.
 

Uses of DataInput in org.basex.util
 

Methods in org.basex.util with parameters of type DataInput
 void TokenSet.read(DataInput in)
          Reads the token set from the specified input.
 

Constructors in org.basex.util with parameters of type DataInput
TokenSet(DataInput in)
          Constructor.