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 int
handlerVersion()
boolean
isIndirectedWithinSlot(TypeHandler4 handler)
ObjectHeaderAttributes
readHeaderAttributes(ByteArrayBuffer reader)
void
skipMarshallerInfo(ByteArrayBuffer reader)
void
writeObjectClassID(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:
handlerVersion
in classSlotFormat
-
isIndirectedWithinSlot
public boolean isIndirectedWithinSlot(TypeHandler4 handler)
- Specified by:
isIndirectedWithinSlot
in classSlotFormat
-
writeObjectClassID
public void writeObjectClassID(ByteArrayBuffer buffer, int id)
- Overrides:
writeObjectClassID
in classSlotFormat
-
skipMarshallerInfo
public void skipMarshallerInfo(ByteArrayBuffer reader)
- Overrides:
skipMarshallerInfo
in classSlotFormat
-
readHeaderAttributes
public ObjectHeaderAttributes readHeaderAttributes(ByteArrayBuffer reader)
- Overrides:
readHeaderAttributes
in classSlotFormat
-
-