Package com.db4o.internal
Interface BlockConverter
-
- All Known Implementing Classes:
BlockSizeBlockConverter
,DisabledBlockConverter
public interface BlockConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
blockAlignedBytes(int bytes)
int
blocksToBytes(int blocks)
int
bytesToBlocks(long bytes)
Slot
toBlockedLength(Slot slot)
Slot
toNonBlockedLength(Slot slot)
-