| Package | Description |
|---|---|
| org.apache.commons.io.output |
Provides implementations of output classes, such as
OutputStream and
Writer. |
| Modifier and Type | Method and Description |
|---|---|
static CloseShieldWriter |
CloseShieldWriter.wrap(java.io.Writer writer)
Constructs a proxy that shields the given writer from being closed.
|