Uses of Class
org.basex.io.BufferInput

Packages that use BufferInput
org.basex.build.xml Provides classes for creating database instances from XML files. 
org.basex.io Contains project specific input/output classes needed for reading and writing database files, displaying queries, etc. 
 

Uses of BufferInput in org.basex.build.xml
 

Constructors in org.basex.build.xml with parameters of type BufferInput
XMLParser(BufferInput in)
          Constructor.
XMLScanner(BufferInput in)
          Initializes the scanner.
 

Uses of BufferInput in org.basex.io
 

Subclasses of BufferInput in org.basex.io
 class CachedInput
          This class allows reading from a cached byte array.
 class DataInput
          This is an input stream for project specific data types.