Uses of Interface
com.db4o.marshall.WriteBuffer
-
Packages that use WriteBuffer Package Description com.db4o com.db4o.internal com.db4o.internal.encoding com.db4o.internal.handlers com.db4o.internal.marshall com.db4o.marshall -
-
Uses of WriteBuffer in com.db4o
Methods in com.db4o with parameters of type WriteBuffer Modifier and Type Method Description static void
Debug4. writeBegin(WriteBuffer buffer, byte identifier)
static void
Debug4. writeEnd(WriteBuffer buffer)
-
Uses of WriteBuffer in com.db4o.internal
Subinterfaces of WriteBuffer in com.db4o.internal Modifier and Type Interface Description interface
ReadWriteBuffer
Classes in com.db4o.internal that implement WriteBuffer Modifier and Type Class Description class
ByteArrayBuffer
class
DefragmentContextImpl
class
MarshallingBuffer
class
StatefulBuffer
public for .NET conversion reasons TODO: Split this class for individual usecases. -
Uses of WriteBuffer in com.db4o.internal.encoding
Methods in com.db4o.internal.encoding with parameters of type WriteBuffer Modifier and Type Method Description void
DelegatingStringIO. write(WriteBuffer buffer, java.lang.String str)
void
LatinStringIO. write(WriteBuffer buffer, java.lang.String str)
void
UnicodeStringIO. write(WriteBuffer buffer, java.lang.String str)
void
DelegatingStringIO. writeLengthAndString(WriteBuffer buffer, java.lang.String str)
Note the different implementation when compared to LatinStringIO and UnicodeStringIO: Instead of writing the length of the string, UTF8StringIO writes the length of the byte array.void
LatinStringIO. writeLengthAndString(WriteBuffer buffer, java.lang.String str)
-
Uses of WriteBuffer in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers with parameters of type WriteBuffer Modifier and Type Method Description protected static void
StringHandler. internalWrite(InternalObjectContainer objectContainer, WriteBuffer buffer, java.lang.String str)
static void
LongHandler. writeLong(WriteBuffer buffer, long val)
-
Uses of WriteBuffer in com.db4o.internal.marshall
Classes in com.db4o.internal.marshall that implement WriteBuffer Modifier and Type Class Description class
MarshallingContext
-
Uses of WriteBuffer in com.db4o.marshall
Subinterfaces of WriteBuffer in com.db4o.marshall Modifier and Type Interface Description interface
WriteContext
this interface is passed to internal classTypeHandler4
during marshaling and provides methods to marshal objects.
-