Package com.db4o.internal
Class DisabledBlockConverter
- java.lang.Object
- 
- com.db4o.internal.DisabledBlockConverter
 
- 
- All Implemented Interfaces:
- BlockConverter
 
 public class DisabledBlockConverter extends java.lang.Object implements BlockConverter 
- 
- 
Constructor SummaryConstructors Constructor Description DisabledBlockConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intblockAlignedBytes(int bytes)intblocksToBytes(int blocks)intbytesToBlocks(long bytes)SlottoBlockedLength(Slot slot)SlottoNonBlockedLength(Slot slot)
 
- 
- 
- 
Method Detail- 
blockAlignedBytespublic int blockAlignedBytes(int bytes) - Specified by:
- blockAlignedBytesin interface- BlockConverter
 
 - 
blocksToBytespublic int blocksToBytes(int blocks) - Specified by:
- blocksToBytesin interface- BlockConverter
 
 - 
bytesToBlockspublic int bytesToBlocks(long bytes) - Specified by:
- bytesToBlocksin interface- BlockConverter
 
 - 
toBlockedLengthpublic Slot toBlockedLength(Slot slot) - Specified by:
- toBlockedLengthin interface- BlockConverter
 
 - 
toNonBlockedLengthpublic Slot toNonBlockedLength(Slot slot) - Specified by:
- toNonBlockedLengthin interface- BlockConverter
 
 
- 
 
-