Uses of Class
org.apache.commons.io.input.CloseShieldInputStream
Packages that use CloseShieldInputStream
-
Uses of CloseShieldInputStream in org.apache.commons.io.input
Subclasses with type arguments of type CloseShieldInputStream in org.apache.commons.io.inputModifier and TypeClassDescriptionstatic classConstructs a new builder forCloseShieldInputStream.Methods in org.apache.commons.io.input that return CloseShieldInputStreamModifier and TypeMethodDescriptionCloseShieldInputStream.Builder.get()static CloseShieldInputStreamCloseShieldInputStream.wrap(InputStream inputStream) Constructs a proxy that shields the given input stream from being closed.