Class | Description |
---|---|
ConcatInputStream |
A stream that reads from all its inputs until all are empty.
|
ConsoleStream |
A stream object wrapping console output.
|
FastByteArrayOutputStream | |
HexDumpStream |
A stream object dumping its data in hex format.
|
LogInputStream |
An
InputStream that logs any char read. |
LogOutputStream |
An output stream that logs any char written.
|
NullOutputStream |
An output stream killing its data.
|
StreamTools |
A tool class for the handling of streams.
|
TempFileOutputStream |
A stream wrapper that deferrs writing to the final destination until the
stream is closed.
|