Class | Description |
---|---|
DelegatingPrintStream |
PrintStream which simply delegates to the implementation of getDelegate()
|
IllegalOutputStream |
output stream which throws if anyone tries to write to it
|
InputStreamSupplier | Deprecated
since 0.10.0; underlying guava deprecated;
guava says to use a
ByteSource ; and in many cases there's also a better way |
KnownSizeInputStream |
an input stream, whose size we know
|
LoggingOutputStream |
Wraps another output stream, intercepting the writes to log it.
|
LoggingOutputStream.Builder | |
ReaderInputStream | |
StreamGobbler | |
Streams |
Methods to manage byte and character streams.
|
ThreadLocalPrintStream | |
ThreadLocalPrintStream.OutputCapturingContext |