Class RollingRandomAccessFileManager

  • All Implemented Interfaces:
    AutoCloseable, ByteBufferDestination

    public class RollingRandomAccessFileManager
    extends RollingFileManager
    Extends RollingFileManager but instead of using a buffered output stream, this class uses a ByteBuffer and a RandomAccessFile to do the I/O.