Uses of Class
org.basex.io.PrintOutput

Packages that use PrintOutput
org.basex.data This package contains the main database structures. 
org.basex.io This package contains input and output classes. 
 

Uses of PrintOutput in org.basex.data
 

Constructors in org.basex.data with parameters of type PrintOutput
DOTSerializer(PrintOutput o)
          Constructor, defining colors for the dot output.
 

Uses of PrintOutput in org.basex.io
 

Subclasses of PrintOutput in org.basex.io
 class CachedOutput
          This class caches the output bytes in an array.
 class NullOutput
          This class swallows all data it receives.