Class | Description |
---|---|
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.
|
EncoderOutput |
This class is a stream-wrapper for textual data.
|
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 encoded in UTF8.
|
TableOutput |
This class allows a blockwise output of the database table.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.