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.internalMethods in com.db4o.internal that return MarshallingBuffer Modifier and Type Method Description MarshallingBufferMarshallingBuffer. addChild()MarshallingBufferMarshallingBuffer. addChild(boolean reserveLinkSpace, boolean storeLengthInLink)MarshallingBufferMarshallingBuffer. checkBlockAlignment(MarshallingContext context, MarshallingBuffer precedingBuffer, IntByRef precedingLength)Methods in com.db4o.internal with parameters of type MarshallingBuffer Modifier and Type Method Description MarshallingBufferMarshallingBuffer. checkBlockAlignment(MarshallingContext context, MarshallingBuffer precedingBuffer, IntByRef precedingLength)voidMarshallingBuffer. transferLastWriteTo(MarshallingBuffer other, boolean storeLengthInLink)
- 
Uses of MarshallingBuffer in com.db4o.internal.marshallMethods in com.db4o.internal.marshall with parameters of type MarshallingBuffer Modifier and Type Method Description intMarshallingContext. requiredLength(MarshallingBuffer buffer, boolean align)Constructors in com.db4o.internal.marshall with parameters of type MarshallingBuffer Constructor Description MarshallingContextState(MarshallingBuffer buffer)
 
-