Class FilterReadableByteChannel.Builder
java.lang.Object
org.apache.commons.io.build.AbstractSupplier<FilterReadableByteChannel<ReadableByteChannel>, FilterChannel.AbstractBuilder<FilterReadableByteChannel<ReadableByteChannel>, ReadableByteChannel, FilterReadableByteChannel.Builder>>
org.apache.commons.io.build.AbstractOriginSupplier<FilterReadableByteChannel<ReadableByteChannel>, FilterChannel.AbstractBuilder<FilterReadableByteChannel<ReadableByteChannel>, ReadableByteChannel, FilterReadableByteChannel.Builder>>
org.apache.commons.io.build.AbstractStreamBuilder<FilterReadableByteChannel<ReadableByteChannel>, FilterChannel.AbstractBuilder<FilterReadableByteChannel<ReadableByteChannel>, ReadableByteChannel, FilterReadableByteChannel.Builder>>
org.apache.commons.io.channels.FilterChannel.AbstractBuilder<FilterReadableByteChannel<ReadableByteChannel>, ReadableByteChannel, FilterReadableByteChannel.Builder>
org.apache.commons.io.channels.FilterReadableByteChannel.AbstractBuilder<FilterReadableByteChannel<ReadableByteChannel>, ReadableByteChannel, FilterReadableByteChannel.Builder>
org.apache.commons.io.channels.FilterReadableByteChannel.Builder
- All Implemented Interfaces:
IOSupplier<FilterReadableByteChannel<ReadableByteChannel>>
- Enclosing class:
FilterReadableByteChannel<C extends ReadableByteChannel>
public static class FilterReadableByteChannel.Builder
extends FilterReadableByteChannel.AbstractBuilder<FilterReadableByteChannel<ReadableByteChannel>, ReadableByteChannel, FilterReadableByteChannel.Builder>
Builds instances of
FilterByteChannel.- Since:
- 2.22.0
-
Constructor Summary
Constructors -
Method Summary
Methods 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
protected Builder()Builds instances ofFilterByteChannel.
-
-
Method Details
-
get
Description copied from interface:IOSupplierGets a result.- Returns:
- a result.
- Throws:
IOException- if an I/O error occurs.- See Also:
-