Uses of Class
org.apache.commons.io.channels.FilterChannel
Packages that use FilterChannel
-
Uses of FilterChannel in org.apache.commons.io.channels
Classes in org.apache.commons.io.channels with type parameters of type FilterChannelModifier and TypeClassDescriptionstatic classFilterChannel.AbstractBuilder<F extends FilterChannel<C>,C extends Channel, B extends FilterChannel.AbstractBuilder<F, C, B>> Builds instances ofFilterChannelfor subclasses.Subclasses of FilterChannel in org.apache.commons.io.channelsModifier and TypeClassDescriptionclassFilterByteChannel<C extends ByteChannel>AByteChannelfilter which delegates to the wrappedByteChannel.classFilterReadableByteChannel<C extends ReadableByteChannel>AReadableByteChannelfilter which delegates to the wrappedReadableByteChannel.classFilterSeekableByteChannel<C extends SeekableByteChannel>ASeekableByteChannelfilter which delegates to the wrappedSeekableByteChannel.classFilterWritableByteChannel<C extends WritableByteChannel>AWritableByteChannelfilter which delegates to the wrappedWritableByteChannel.Methods in org.apache.commons.io.channels that return FilterChannel