Uses of Class
org.basex.io.BufferInput

Packages that use BufferInput
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.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.
 

Methods in org.basex.io that return BufferInput
 BufferInput IOUrl.buffer()
           
 BufferInput IOFile.buffer()
           
 BufferInput IOContent.buffer()
           
abstract  BufferInput IO.buffer()
          Returns a buffered reader for the file.