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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBlockCount()
Get the number of blocks to be transferredint
getBlockSize()
Get the raw block size
-