Package com.db4o.internal
Interface Readable
-
- All Known Subinterfaces:
ReadWriteable
- All Known Implementing Classes:
DeleteInfo,FreeSlotNode,FreespaceSlotChange,IdSlotTree,IdSystemSlotChange,QCandidate,QCandidateBase,QPrimitiveCandidate,ReferencedSlot,SlotChange,SystemSlotChange,TreeInt,TreeIntObject
public interface Readable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intmarshalledLength()java.lang.Objectread(ByteArrayBuffer buffer)
-
-
-
Method Detail
-
read
java.lang.Object read(ByteArrayBuffer buffer)
-
marshalledLength
int marshalledLength()
-
-