Class FilterByteChannel.AbstractBuilder<F extends FilterByteChannel<C>,C extends ByteChannel,B extends FilterByteChannel.AbstractBuilder<F,C,B>>

Type Parameters:
F - The FilterByteChannel type.
C - The ByteChannel type wrapped by the FilterChannel.
B - The builder type.
All Implemented Interfaces:
IOSupplier<F>
Direct Known Subclasses:
FilterByteChannel.Builder, FilterSeekableByteChannel.AbstractBuilder
Enclosing class:
FilterByteChannel<C extends ByteChannel>

public abstract static class FilterByteChannel.AbstractBuilder<F extends FilterByteChannel<C>,C extends ByteChannel,B extends FilterByteChannel.AbstractBuilder<F,C,B>> extends FilterChannel.AbstractBuilder<F,C,B>
Builds instances of FilterByteChannel for subclasses.