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 intblockAlignedBytes(int bytes)intblocksToBytes(int blocks)intbytesToBlocks(long bytes)SlottoBlockedLength(Slot slot)SlottoNonBlockedLength(Slot slot)
-