Package db.buffers
Interface BlockStream
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Subinterfaces:
InputBlockStream,OutputBlockStream
BlockStream provides a BufferFile block stream.-
Method Summary
Modifier and TypeMethodDescriptionintGet the number of blocks to be transferredintGet the raw block size
-
Method Details
-
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
-