Class CloseShieldInputStream.Builder
java.lang.Object
org.apache.commons.io.build.AbstractSupplier<CloseShieldInputStream, CloseShieldInputStream.Builder>
org.apache.commons.io.build.AbstractOriginSupplier<CloseShieldInputStream, CloseShieldInputStream.Builder>
org.apache.commons.io.build.AbstractStreamBuilder<CloseShieldInputStream, CloseShieldInputStream.Builder>
org.apache.commons.io.input.ProxyInputStream.AbstractBuilder<CloseShieldInputStream, CloseShieldInputStream.Builder>
org.apache.commons.io.input.CloseShieldInputStream.Builder
- All Implemented Interfaces:
IOSupplier<CloseShieldInputStream>
- Enclosing class:
CloseShieldInputStream
public static class CloseShieldInputStream.Builder
extends ProxyInputStream.AbstractBuilder<CloseShieldInputStream, CloseShieldInputStream.Builder>
Constructs a new builder for
CloseShieldInputStream.- Since:
- 2.22.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()Gets a result.setOnClose(IOUnaryOperator<InputStream> onClose) Sets theonClosefunction.Methods inherited from class ProxyInputStream.AbstractBuilder
getAfterRead, setAfterReadMethods inherited from class AbstractStreamBuilder
getBufferSize, getBufferSizeDefault, getByteArray, getChannel, getCharSequence, getCharset, getCharsetDefault, getFile, getInputStream, getOpenOptions, getOutputStream, getPath, getRandomAccessFile, getReader, getWriter, setBufferSize, setBufferSize, setBufferSizeChecker, setBufferSizeDefault, setBufferSizeMax, setCharset, setCharset, setCharsetDefault, setOpenOptionsMethods inherited from class AbstractOriginSupplier
checkOrigin, getOrigin, hasOrigin, newByteArrayOrigin, newChannelOrigin, newCharSequenceOrigin, newFileOrigin, newFileOrigin, newInputStreamOrigin, newOutputStreamOrigin, newPathOrigin, newPathOrigin, newRandomAccessFileOrigin, newRandomAccessFileOrigin, newReaderOrigin, newURIOrigin, newWriterOrigin, setByteArray, setChannel, setCharSequence, setFile, setFile, setInputStream, setOrigin, setOutputStream, setPath, setPath, setRandomAccessFile, setRandomAccessFile, setReader, setURI, setWriterMethods inherited from class AbstractSupplier
asThisMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IOSupplier
asSupplier, getUnchecked
-
Constructor Details
-
Builder
public Builder()Constructs a new instance.
-
-
Method Details
-
get
Description copied from interface:IOSupplierGets a result.- Returns:
- a result.
- Throws:
IOException- if an I/O error occurs.- See Also:
-
setOnClose
Sets theonClosefunction. By default, replaces the underlying input stream whenProxyInputStream.close()is called.- Parameters:
onClose- the onClose function.- Returns:
thisinstance.
-