Package db.buffers
Interface BlockStream
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Subinterfaces:
InputBlockStream,OutputBlockStream
public interface BlockStream extends java.io.CloseableBlockStreamprovides a BufferFile block stream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBlockCount()Get the number of blocks to be transferredintgetBlockSize()Get the raw block size
-