Package com.db4o.internal
Interface ReadWriteable
-
- All Superinterfaces:
Readable
- All Known Implementing Classes:
DeleteInfo
,FreeSlotNode
,FreespaceSlotChange
,IdSlotTree
,IdSystemSlotChange
,QCandidate
,QCandidateBase
,QPrimitiveCandidate
,ReferencedSlot
,SlotChange
,SystemSlotChange
,TreeInt
,TreeIntObject
public interface ReadWriteable extends Readable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(ByteArrayBuffer buffer)
-
Methods inherited from interface com.db4o.internal.Readable
marshalledLength, read
-
-
-
-
Method Detail
-
write
void write(ByteArrayBuffer buffer)
-
-