Package | Description |
---|---|
org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader . |
Modifier and Type | Method and Description |
---|---|
static CloseShieldReader |
CloseShieldReader.wrap(java.io.Reader reader)
Constructs a proxy that shields the given reader from being closed.
|