Class | Description |
---|---|
ArrayOutput |
This class caches the output bytes in an array, similar to
ByteArrayOutputStream . |
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 wrapper for outputting texts with specific encodings.
|
NewlineOutput |
This class is a wrapper for outputting text with specific newline characters.
|
NullOutput |
This output stream swallows all data it receives.
|
PrintOutput |
This class is a stream-wrapper for textual data encoded in UTF8.
|
ServerOutput |
This server-side class wraps an
InputStream referenced by a database client. |
TableOutput |
This class allows a blockwise output of the database table.
|
Copyright © 2005–2019 BaseX Team. All rights reserved.