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