Package com.db4o.internal.marshall
Class SlotFormat0
- java.lang.Object
-
- com.db4o.internal.marshall.SlotFormat
-
- com.db4o.internal.marshall.SlotFormat0
-
public class SlotFormat0 extends SlotFormat
-
-
Constructor Summary
Constructors Constructor Description SlotFormat0()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected inthandlerVersion()booleanisIndirectedWithinSlot(TypeHandler4 handler)ObjectHeaderAttributesreadHeaderAttributes(ByteArrayBuffer reader)voidskipMarshallerInfo(ByteArrayBuffer reader)voidwriteObjectClassID(ByteArrayBuffer buffer, int id)-
Methods inherited from class com.db4o.internal.marshall.SlotFormat
current, doWithSlotIndirection, doWithSlotIndirection, equals, forHandlerVersion, hashCode
-
-
-
-
Method Detail
-
handlerVersion
protected int handlerVersion()
- Specified by:
handlerVersionin classSlotFormat
-
isIndirectedWithinSlot
public boolean isIndirectedWithinSlot(TypeHandler4 handler)
- Specified by:
isIndirectedWithinSlotin classSlotFormat
-
writeObjectClassID
public void writeObjectClassID(ByteArrayBuffer buffer, int id)
- Overrides:
writeObjectClassIDin classSlotFormat
-
skipMarshallerInfo
public void skipMarshallerInfo(ByteArrayBuffer reader)
- Overrides:
skipMarshallerInfoin classSlotFormat
-
readHeaderAttributes
public ObjectHeaderAttributes readHeaderAttributes(ByteArrayBuffer reader)
- Overrides:
readHeaderAttributesin classSlotFormat
-
-