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.db4oMethods in com.db4o with parameters of type WriteBuffer Modifier and Type Method Description static voidDebug4. writeBegin(WriteBuffer buffer, byte identifier)static voidDebug4. writeEnd(WriteBuffer buffer)
- 
Uses of WriteBuffer in com.db4o.internalSubinterfaces of WriteBuffer in com.db4o.internal Modifier and Type Interface Description interfaceReadWriteBufferClasses in com.db4o.internal that implement WriteBuffer Modifier and Type Class Description classByteArrayBufferclassDefragmentContextImplclassMarshallingBufferclassStatefulBufferpublic for .NET conversion reasons TODO: Split this class for individual usecases.
- 
Uses of WriteBuffer in com.db4o.internal.encodingMethods in com.db4o.internal.encoding with parameters of type WriteBuffer Modifier and Type Method Description voidDelegatingStringIO. write(WriteBuffer buffer, java.lang.String str)voidLatinStringIO. write(WriteBuffer buffer, java.lang.String str)voidUnicodeStringIO. write(WriteBuffer buffer, java.lang.String str)voidDelegatingStringIO. 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.voidLatinStringIO. writeLengthAndString(WriteBuffer buffer, java.lang.String str)
- 
Uses of WriteBuffer in com.db4o.internal.handlersMethods in com.db4o.internal.handlers with parameters of type WriteBuffer Modifier and Type Method Description protected static voidStringHandler. internalWrite(InternalObjectContainer objectContainer, WriteBuffer buffer, java.lang.String str)static voidLongHandler. writeLong(WriteBuffer buffer, long val)
- 
Uses of WriteBuffer in com.db4o.internal.marshallClasses in com.db4o.internal.marshall that implement WriteBuffer Modifier and Type Class Description classMarshallingContext
- 
Uses of WriteBuffer in com.db4o.marshallSubinterfaces of WriteBuffer in com.db4o.marshall Modifier and Type Interface Description interfaceWriteContextthis interface is passed to internal classTypeHandler4during marshaling and provides methods to marshal objects.
 
-