Class BufferedChannelBase

java.lang.Object
org.apache.bookkeeper.bookie.BufferedChannelBase
Direct Known Subclasses:
BufferedReadChannel

public abstract class BufferedChannelBase extends Object
A BufferedChannelBase adds functionality to an existing file channel, the ability to buffer the input and output data. This class is a base class for wrapping the FileChannel.
  • Field Details

    • fileChannel

      protected final FileChannel fileChannel
  • Constructor Details

    • BufferedChannelBase

      protected BufferedChannelBase(FileChannel fc)
  • Method Details