Package db.buffers

Interface BlockStream

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable
    All Known Subinterfaces:
    InputBlockStream, OutputBlockStream

    public interface BlockStream
    extends java.io.Closeable
    BlockStream provides a BufferFile block stream.
    • Method Detail

      • getBlockSize

        int getBlockSize()
        Get the raw block size
        Returns:
        block size
      • getBlockCount

        int getBlockCount()
        Get the number of blocks to be transferred
        Returns:
        block count