Uses of Interface
com.db4o.marshall.ReadBuffer
-
-
Uses of ReadBuffer in com.db4o
Methods in com.db4o with parameters of type ReadBuffer Modifier and Type Method Description static void
Debug4. readBegin(ReadBuffer buffer, byte identifier)
static void
Debug4. readEnd(ReadBuffer buffer)
-
Uses of ReadBuffer in com.db4o.internal
Subinterfaces of ReadBuffer in com.db4o.internal Modifier and Type Interface Description interface
DefragmentContext
interface
ReadWriteBuffer
Classes in com.db4o.internal that implement ReadBuffer Modifier and Type Class Description class
AbstractBufferContext
class
ByteArrayBuffer
class
DefragmentContextImpl
class
StatefulBuffer
public for .NET conversion reasons TODO: Split this class for individual usecases.Methods in com.db4o.internal that return ReadBuffer Modifier and Type Method Description ReadBuffer
AbstractBufferContext. buffer()
ReadBuffer
AbstractBufferContext. buffer(ReadBuffer buffer)
ReadBuffer
DefragmentContextImpl. buffer()
Methods in com.db4o.internal with parameters of type ReadBuffer Modifier and Type Method Description ReadBuffer
AbstractBufferContext. buffer(ReadBuffer buffer)
void
ClassAspect. incrementOffset(ReadBuffer buffer, HandlerVersionContext context)
int
ClassMetadata. readAspectCount(ReadBuffer buffer)
protected void
OpenTypeHandler. seekSecondaryOffset(ReadBuffer buffer, TypeHandler4 typeHandler)
Constructors in com.db4o.internal with parameters of type ReadBuffer Constructor Description AbstractBufferContext(Transaction transaction, ReadBuffer buffer)
-
Uses of ReadBuffer in com.db4o.internal.delete
Subinterfaces of ReadBuffer in com.db4o.internal.delete Modifier and Type Interface Description interface
DeleteContext
Classes in com.db4o.internal.delete that implement ReadBuffer Modifier and Type Class Description class
DeleteContextImpl
-
Uses of ReadBuffer in com.db4o.internal.encoding
Methods in com.db4o.internal.encoding with parameters of type ReadBuffer Modifier and Type Method Description java.lang.String
DelegatingStringIO. read(ReadBuffer buffer, int length)
java.lang.String
LatinStringIO. read(ReadBuffer buffer, int length)
java.lang.String
UnicodeStringIO. read(ReadBuffer buffer, int length)
java.lang.String
LatinStringIO. readLengthAndString(ReadBuffer buffer)
-
Uses of ReadBuffer in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers with parameters of type ReadBuffer Modifier and Type Method Description static long
LongHandler. readLong(ReadBuffer buffer)
static java.lang.String
StringHandler. readString(Context context, ReadBuffer buffer)
static java.lang.String
StringHandler. readStringNoDebug(Context context, ReadBuffer buffer)
-
Uses of ReadBuffer in com.db4o.internal.handlers.array
Methods in com.db4o.internal.handlers.array with parameters of type ReadBuffer Modifier and Type Method Description protected java.lang.Object
ArrayHandler. readCreate(Transaction trans, ReadBuffer buffer, ArrayInfo info)
protected void
ArrayHandler. readDimensions(ArrayInfo info, ReadBuffer buffer)
protected void
MultidimensionalArrayHandler. readDimensions(ArrayInfo info, ReadBuffer buffer)
protected void
ArrayHandler. readInfo(Transaction trans, ReadBuffer buffer, ArrayInfo info)
protected BitMap4
ArrayHandler. readNullBitmap(ReadBuffer context, int length)
void
ArrayVersionHelper. readTypeInfo(Transaction trans, ReadBuffer buffer, ArrayInfo info, int classID)
void
ArrayVersionHelper3. readTypeInfo(Transaction trans, ReadBuffer buffer, ArrayInfo info, int classID)
-
Uses of ReadBuffer in com.db4o.internal.handlers.versions
Methods in com.db4o.internal.handlers.versions with parameters of type ReadBuffer Modifier and Type Method Description protected void
OpenTypeHandler2. seekSecondaryOffset(ReadBuffer buffer, TypeHandler4 typeHandler)
-
Uses of ReadBuffer in com.db4o.internal.marshall
Subinterfaces of ReadBuffer in com.db4o.internal.marshall Modifier and Type Interface Description interface
InternalReadContext
interface
ObjectIdContext
Classes in com.db4o.internal.marshall that implement ReadBuffer Modifier and Type Class Description class
AbstractReadContext
class
CollectIdContext
class
ObjectHeaderContext
class
ObjectIdContextImpl
class
ObjectReferenceContext
class
QueryingReadContext
class
UnmarshallingContext
Wraps the low-level details of reading a Buffer, which in turn is a glorified byte array.Methods in com.db4o.internal.marshall that return ReadBuffer Modifier and Type Method Description ReadBuffer
InternalReadContext. buffer()
ReadBuffer
InternalReadContext. buffer(ReadBuffer buffer)
ReadBuffer
MarshallingContext. buffer()
ReadBuffer
MarshallingInfo. buffer()
Methods in com.db4o.internal.marshall with parameters of type ReadBuffer Modifier and Type Method Description ReadBuffer
InternalReadContext. buffer(ReadBuffer buffer)
java.lang.Object
SlotFormat. doWithSlotIndirection(ReadBuffer buffer, Closure4 closure)
java.lang.Object
SlotFormat. doWithSlotIndirection(ReadBuffer buffer, TypeHandler4 typeHandler, Closure4 closure)
-
Uses of ReadBuffer in com.db4o.marshall
Subinterfaces of ReadBuffer in com.db4o.marshall Modifier and Type Interface Description interface
BufferContext
interface
ReadContext
this interface is passed to internal classTypeHandler4
when instantiating objects.interface
ReferenceActivationContext
this interface is passed to reference type handlers.Methods in com.db4o.marshall that return ReadBuffer Modifier and Type Method Description ReadBuffer
BufferContext. buffer()
-