Uses of Class
org.apache.commons.io.input.CloseShieldInputStream.Builder
Packages that use CloseShieldInputStream.Builder
-
Uses of CloseShieldInputStream.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return CloseShieldInputStream.BuilderModifier and TypeMethodDescriptionCloseShieldInputStream.builder()Constructs a new builder forCloseShieldInputStream.CloseShieldInputStream.Builder.setOnClose(IOUnaryOperator<InputStream> onClose) Sets theonClosefunction.