| Class | Description |
|---|---|
| IOUtils |
General IO stream manipulation utilities.
|
| ProxyOutputStream |
A Proxy stream which acts as expected, that is it passes the method
calls on to the proxied stream and doesn't change which methods are
being called.
|
| SynchronizedOutputStream | |
| TeeOutputStream |
Classic splitter of OutputStream.
|
| UnsynchronizedStringWriter | |
| WriterOutputStream |
OutputStream implementation that transforms a byte stream to a
character stream using a specified charset encoding and writes the resulting
stream to a Writer. |
Copyright © 2013–2019 mklinger GmbH. All rights reserved.