Uses of Class
com.db4o.internal.MarshallingBuffer
-
Packages that use MarshallingBuffer Package Description com.db4o.internal com.db4o.internal.marshall -
-
Uses of MarshallingBuffer in com.db4o.internal
Methods in com.db4o.internal that return MarshallingBuffer Modifier and Type Method Description MarshallingBuffer
MarshallingBuffer. addChild()
MarshallingBuffer
MarshallingBuffer. addChild(boolean reserveLinkSpace, boolean storeLengthInLink)
MarshallingBuffer
MarshallingBuffer. checkBlockAlignment(MarshallingContext context, MarshallingBuffer precedingBuffer, IntByRef precedingLength)
Methods in com.db4o.internal with parameters of type MarshallingBuffer Modifier and Type Method Description MarshallingBuffer
MarshallingBuffer. checkBlockAlignment(MarshallingContext context, MarshallingBuffer precedingBuffer, IntByRef precedingLength)
void
MarshallingBuffer. transferLastWriteTo(MarshallingBuffer other, boolean storeLengthInLink)
-
Uses of MarshallingBuffer in com.db4o.internal.marshall
Methods in com.db4o.internal.marshall with parameters of type MarshallingBuffer Modifier and Type Method Description int
MarshallingContext. requiredLength(MarshallingBuffer buffer, boolean align)
Constructors in com.db4o.internal.marshall with parameters of type MarshallingBuffer Constructor Description MarshallingContextState(MarshallingBuffer buffer)
-