Class FilterReadableByteChannel.AbstractBuilder<F extends FilterReadableByteChannel<C>,C extends ReadableByteChannel,B extends FilterReadableByteChannel.AbstractBuilder<F,C,B>>

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

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