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 and Description static CloseShieldInputStream
CloseShieldInputStream. wrap(InputStream inputStream)
Creates a proxy that shields the given input stream from being closed.
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.