Uses of Class
org.apache.commons.io.channels.FilterChannel.AbstractBuilder
Packages that use FilterChannel.AbstractBuilder
-
Uses of FilterChannel.AbstractBuilder in org.apache.commons.io.channels
Classes in org.apache.commons.io.channels with type parameters of type FilterChannel.AbstractBuilderModifier 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.AbstractBuilder in org.apache.commons.io.channelsModifier and TypeClassDescriptionstatic classFilterByteChannel.AbstractBuilder<F extends FilterByteChannel<C>,C extends ByteChannel, B extends FilterByteChannel.AbstractBuilder<F, C, B>> Builds instances ofFilterByteChannelfor subclasses.static classBuilds instances ofFilterByteChannel.static classBuilds instances ofFilterChannel.static classFilterReadableByteChannel.AbstractBuilder<F extends FilterReadableByteChannel<C>,C extends ReadableByteChannel, B extends FilterReadableByteChannel.AbstractBuilder<F, C, B>> Builds instances ofFilterReadableByteChannelfor subclasses.static classBuilds instances ofFilterByteChannel.static classFilterSeekableByteChannel.AbstractBuilder<F extends FilterSeekableByteChannel<C>,C extends SeekableByteChannel, B extends FilterSeekableByteChannel.AbstractBuilder<F, C, B>> Builds instances ofFilterSeekableByteChannelfor subclasses.static classBuilds instances ofFilterSeekableByteChannel.static classFilterWritableByteChannel.AbstractBuilder<F extends FilterWritableByteChannel<C>,C extends WritableByteChannel, B extends FilterWritableByteChannel.AbstractBuilder<F, C, B>> Builds instances ofFilterWritableByteChannelfor subclasses.static classBuilds instances ofFilterByteChannel.