Class FilterSeekableByteChannel.AbstractBuilder<F extends FilterSeekableByteChannel<C>,C extends SeekableByteChannel,B extends FilterSeekableByteChannel.AbstractBuilder<F,C,B>>

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

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