Uses of Class
org.basex.io.out.PrintOutput

Packages that use PrintOutput
org.basex.core Database core classes. 
org.basex.io.out   
org.basex.io.serial   
org.basex.query XQuery implementation. 
org.basex.server Server implementation. 
 

Uses of PrintOutput in org.basex.core
 

Fields in org.basex.core declared as PrintOutput
protected  PrintOutput Command.out
          Output stream.
 

Uses of PrintOutput in org.basex.io.out
 

Subclasses of PrintOutput in org.basex.io.out
 class ArrayOutput
          This class caches the output bytes in an array, similar to the ByteArrayOutputStream class.
 class NullOutput
          This output stream swallows all data it receives.
 

Methods in org.basex.io.out that return PrintOutput
static PrintOutput PrintOutput.get(java.io.OutputStream out)
          Returns a new instance for the given output stream.
 

Uses of PrintOutput in org.basex.io.serial
 

Fields in org.basex.io.serial declared as PrintOutput
protected  PrintOutput OutputSerializer.out
          Output stream.
 

Uses of PrintOutput in org.basex.query
 

Methods in org.basex.query with parameters of type PrintOutput
 java.lang.String QueryInfo.toString(QueryProcessor qp, PrintOutput out, long hits, boolean detailed)
          Returns detailed query information.
 

Uses of PrintOutput in org.basex.server
 

Fields in org.basex.server declared as PrintOutput
protected  PrintOutput ClientSession.sout
          Server output (buffered).