Interface Summary |
Context |
common functionality for ReadContext and
WriteContext and DeleteContext |
ReadBuffer |
a buffer interface with methods to read and to position
the read pointer in the buffer. |
ReadContext |
this interface is passed to internal class com.db4o.internal.TypeHandler4
when instantiating objects. |
ReservedBuffer |
a reserved buffer within a write buffer. |
WriteBuffer |
a buffer interface with write methods. |
WriteContext |
this interface is passed to internal class com.db4o.internal.TypeHandler4 during marshalling
and provides methods to marshal objects. |