Class FilterFileChannel.AbstractBuilder<F extends FilterFileChannel,C extends FileChannel,B extends FilterFileChannel.AbstractBuilder<F,C,B>>

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

public abstract static class FilterFileChannel.AbstractBuilder<F extends FilterFileChannel,C extends FileChannel,B extends FilterFileChannel.AbstractBuilder<F,C,B>> extends AbstractStreamBuilder<F,FilterFileChannel.AbstractBuilder<F,C,B>>
Builds instances of FilterFileChannel for subclasses.
  • Constructor Details

    • AbstractBuilder

      protected AbstractBuilder()
      Constructs instance for subclasses.