Uses of Package
org.basex.io

Packages that use org.basex.io
org.basex.build Contains classes for creating new database instances. 
org.basex.build.fs Contains classes for file system traversals. 
org.basex.build.mediovis Contains classes for building database instances from MAB2 library data. 
org.basex.build.xml Provides classes for creating database instances from XML files. 
org.basex.core This package contains the core classes. 
org.basex.core.proc This package contains the command implementations. 
org.basex.data Contains BaseX data types, including the internal table representation in the Data class. 
org.basex.fs Provides file system specific query classes. 
org.basex.gui.layout Contains project specific GUI components. 
org.basex.index Contains database index implementations. 
org.basex.io Contains project specific input/output classes needed for reading and writing database files, displaying queries, etc. 
org.basex.query Provides classes for querying the data. 
org.basex.query.xquery Includes an implementation of XQuery 1.0. 
 

Classes in org.basex.io used by org.basex.build
IO
          BaseX file representation, pointing to a local or remote file or byte array contents.
 

Classes in org.basex.io used by org.basex.build.fs
IO
          BaseX file representation, pointing to a local or remote file or byte array contents.
 

Classes in org.basex.io used by org.basex.build.mediovis
IO
          BaseX file representation, pointing to a local or remote file or byte array contents.
 

Classes in org.basex.io used by org.basex.build.xml
IO
          BaseX file representation, pointing to a local or remote file or byte array contents.
 

Classes in org.basex.io used by org.basex.core
IO
          BaseX file representation, pointing to a local or remote file or byte array contents.
PrintOutput
          This class is a stream-wrapper for textual data.
 

Classes in org.basex.io used by org.basex.core.proc
IO
          BaseX file representation, pointing to a local or remote file or byte array contents.
PrintOutput
          This class is a stream-wrapper for textual data.
 

Classes in org.basex.io used by org.basex.data
DataInput
          This is an input stream for project specific data types.
DataOutput
          This is an output stream for project specific data types.
IO
          BaseX file representation, pointing to a local or remote file or byte array contents.
PrintOutput
          This class is a stream-wrapper for textual data.
 

Classes in org.basex.io used by org.basex.fs
PrintOutput
          This class is a stream-wrapper for textual data.
 

Classes in org.basex.io used by org.basex.gui.layout
IO
          BaseX file representation, pointing to a local or remote file or byte array contents.
 

Classes in org.basex.io used by org.basex.index
DataAccess
          This class allows positional read and write access to a database file.
DataInput
          This is an input stream for project specific data types.
DataOutput
          This is an output stream for project specific data types.
 

Classes in org.basex.io used by org.basex.io
BufferInput
          This class serves as a buffered wrapper for input streams.
IO
          BaseX file representation, pointing to a local or remote file or byte array contents.
PrintOutput
          This class is a stream-wrapper for textual data.
TableAccess
          This abstract class defines the methods for accessing the database table representation.
 

Classes in org.basex.io used by org.basex.query
IO
          BaseX file representation, pointing to a local or remote file or byte array contents.
 

Classes in org.basex.io used by org.basex.query.xquery
IO
          BaseX file representation, pointing to a local or remote file or byte array contents.