Uses of Class
org.apache.commons.io.input.CloseShieldInputStream
-
Packages that use CloseShieldInputStream Package Description org.apache.commons.io.input This package provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of CloseShieldInputStream in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return CloseShieldInputStream Modifier and Type Method Description static CloseShieldInputStream
CloseShieldInputStream. wrap(java.io.InputStream inputStream)
Creates a proxy that shields the given input stream from being closed.
-