Uses of Class
org.apache.commons.io.channels.FilterByteChannel
Packages that use FilterByteChannel
-
Uses of FilterByteChannel in org.apache.commons.io.channels
Classes in org.apache.commons.io.channels with type parameters of type FilterByteChannelModifier and TypeClassDescriptionstatic classFilterByteChannel.AbstractBuilder<F extends FilterByteChannel<C>,C extends ByteChannel, B extends FilterByteChannel.AbstractBuilder<F, C, B>> Builds instances ofFilterByteChannelfor subclasses.Subclasses of FilterByteChannel in org.apache.commons.io.channelsModifier and TypeClassDescriptionclassFilterSeekableByteChannel<C extends SeekableByteChannel>ASeekableByteChannelfilter which delegates to the wrappedSeekableByteChannel.Methods in org.apache.commons.io.channels that return FilterByteChannel