Package org.basex.io.out

Class Summary
ArrayOutput This class caches the output bytes in an array, similar to the ByteArrayOutputStream class.
BufferOutput This class uses a byte buffer to speed up output stream processing.
DataOutput This is an output stream for project specific data types.
EncodingOutput This server-side class wraps an InputStream filled by a database client.
NullOutput This output stream swallows all data it receives.
PrintOutput This class is a stream-wrapper for textual data.
TableOutput This class allows a blockwise output of the database table.