Uses of Class
org.apache.commons.io.input.CloseShieldInputStream.Builder
-
Packages that use CloseShieldInputStream.Builder Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStreamandReader. -
-
Uses of CloseShieldInputStream.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return CloseShieldInputStream.Builder Modifier and Type Method Description static CloseShieldInputStream.BuilderCloseShieldInputStream. builder()Constructs a new builder forCloseShieldInputStream.CloseShieldInputStream.BuilderCloseShieldInputStream.Builder. setOnClose(IOUnaryOperator<java.io.InputStream> onClose)Sets theonClosefunction.
-