| Package | Description |
|---|---|
| org.apache.commons.io.output |
This package provides implementations of output classes, such as
OutputStream and Writer. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CloseShieldOutputStream |
Proxy stream that prevents the underlying output stream from being closed.
|
class |
CountingOutputStream |
A decorating output stream that counts the number of bytes that have passed
through the stream so far.
|
class |
TaggedOutputStream |
An output stream decorator that tags potential exceptions so that the
stream that caused the exception can easily be identified.
|
class |
TeeOutputStream |
Classic splitter of OutputStream.
|