Uses of Class
org.apache.commons.io.input.CloseShieldInputStream
Packages that use CloseShieldInputStream
Package
Description
This package provides implementations of input classes, such as
InputStream
and Reader
.-
Uses of CloseShieldInputStream in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return CloseShieldInputStreamModifier and TypeMethodDescriptionstatic CloseShieldInputStream
CloseShieldInputStream.wrap
(InputStream inputStream) Creates a proxy that shields the given input stream from being closed.