Package org.apache.commons.io.channels
package org.apache.commons.io.channels
Provides classes to work with
java.nio.channels.- Since:
- 2.15.0
-
ClassesClassDescriptionA
SeekableByteChannelimplementation backed by a byte array.Builds forByteArraySeekableByteChannel.Creates a close-shielding proxy for aChannel.Works withFileChannel.FilterByteChannel<C extends ByteChannel>AByteChannelfilter which delegates to the wrappedByteChannel.FilterByteChannel.AbstractBuilder<F extends FilterByteChannel<C>,C extends ByteChannel, B extends FilterByteChannel.AbstractBuilder<F, C, B>> Builds instances ofFilterByteChannelfor subclasses.Builds instances ofFilterByteChannel.FilterChannel<C extends Channel>FilterChannel.AbstractBuilder<F extends FilterChannel<C>,C extends Channel, B extends FilterChannel.AbstractBuilder<F, C, B>> Builds instances ofFilterChannelfor subclasses.Builds instances ofFilterChannel.Filters aFileChannel.FilterFileChannel.AbstractBuilder<F extends FilterFileChannel,C extends FileChannel, B extends FilterFileChannel.AbstractBuilder<F, C, B>> Builds instances ofFilterFileChannelfor subclasses.Builds instances ofFilterFileChannel.FilterReadableByteChannel<C extends ReadableByteChannel>AReadableByteChannelfilter which delegates to the wrappedReadableByteChannel.FilterReadableByteChannel.AbstractBuilder<F extends FilterReadableByteChannel<C>,C extends ReadableByteChannel, B extends FilterReadableByteChannel.AbstractBuilder<F, C, B>> Builds instances ofFilterReadableByteChannelfor subclasses.Builds instances ofFilterByteChannel.FilterSeekableByteChannel<C extends SeekableByteChannel>ASeekableByteChannelfilter which delegates to the wrappedSeekableByteChannel.FilterSeekableByteChannel.AbstractBuilder<F extends FilterSeekableByteChannel<C>,C extends SeekableByteChannel, B extends FilterSeekableByteChannel.AbstractBuilder<F, C, B>> Builds instances ofFilterSeekableByteChannelfor subclasses.Builds instances ofFilterSeekableByteChannel.FilterWritableByteChannel<C extends WritableByteChannel>AWritableByteChannelfilter which delegates to the wrappedWritableByteChannel.FilterWritableByteChannel.AbstractBuilder<F extends FilterWritableByteChannel<C>,C extends WritableByteChannel, B extends FilterWritableByteChannel.AbstractBuilder<F, C, B>> Builds instances ofFilterWritableByteChannelfor subclasses.Builds instances ofFilterByteChannel.