Uses of Class
org.apache.commons.io.channels.FilterChannel
-
Packages that use FilterChannel Package Description org.apache.commons.io.channels Provides classes to work withjava.nio.channels. -
-
Uses of FilterChannel in org.apache.commons.io.channels
Classes in org.apache.commons.io.channels with type parameters of type FilterChannel Modifier and Type Class Description static classFilterChannel.AbstractBuilder<F extends FilterChannel<C>,C extends java.nio.channels.Channel,B extends FilterChannel.AbstractBuilder<F,C,B>>Builds instances ofFilterChannelfor subclasses.Subclasses of FilterChannel in org.apache.commons.io.channels Modifier and Type Class Description classFilterByteChannel<C extends java.nio.channels.ByteChannel>AByteChannelfilter which delegates to the wrappedByteChannel.classFilterReadableByteChannel<C extends java.nio.channels.ReadableByteChannel>AReadableByteChannelfilter which delegates to the wrappedReadableByteChannel.classFilterSeekableByteChannel<C extends java.nio.channels.SeekableByteChannel>ASeekableByteChannelfilter which delegates to the wrappedSeekableByteChannel.classFilterWritableByteChannel<C extends java.nio.channels.WritableByteChannel>AWritableByteChannelfilter which delegates to the wrappedWritableByteChannel.Methods in org.apache.commons.io.channels that return FilterChannel Modifier and Type Method Description FilterChannel<java.nio.channels.Channel>FilterChannel.Builder. get()
-