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