Class FilterWritableByteChannel.AbstractBuilder<F extends FilterWritableByteChannel<C>,C extends WritableByteChannel,B extends FilterWritableByteChannel.AbstractBuilder<F,C,B>>

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

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