Uses of Interface
com.db4o.marshall.ReservedBuffer
-
Packages that use ReservedBuffer Package Description com.db4o.internal com.db4o.internal.marshall com.db4o.marshall -
-
Uses of ReservedBuffer in com.db4o.internal
Methods in com.db4o.internal that return ReservedBuffer Modifier and Type Method Description ReservedBuffer
MarshallingBuffer. reserve(int length)
-
Uses of ReservedBuffer in com.db4o.internal.marshall
Methods in com.db4o.internal.marshall that return ReservedBuffer Modifier and Type Method Description ReservedBuffer
MarshallingContext. reserve(int length)
-
Uses of ReservedBuffer in com.db4o.marshall
Methods in com.db4o.marshall that return ReservedBuffer Modifier and Type Method Description ReservedBuffer
WriteContext. reserve(int length)
reserves a buffer with a specific length at the current position, to be written in a later step.
-