Uses of Interface
com.db4o.marshall.ReadBuffer
- 
- 
Uses of ReadBuffer in com.db4oMethods in com.db4o with parameters of type ReadBuffer Modifier and Type Method Description static voidDebug4. readBegin(ReadBuffer buffer, byte identifier)static voidDebug4. readEnd(ReadBuffer buffer)
- 
Uses of ReadBuffer in com.db4o.internalSubinterfaces of ReadBuffer in com.db4o.internal Modifier and Type Interface Description interfaceDefragmentContextinterfaceReadWriteBufferClasses in com.db4o.internal that implement ReadBuffer Modifier and Type Class Description classAbstractBufferContextclassByteArrayBufferclassDefragmentContextImplclassStatefulBufferpublic for .NET conversion reasons TODO: Split this class for individual usecases.Methods in com.db4o.internal that return ReadBuffer Modifier and Type Method Description ReadBufferAbstractBufferContext. buffer()ReadBufferAbstractBufferContext. buffer(ReadBuffer buffer)ReadBufferDefragmentContextImpl. buffer()Methods in com.db4o.internal with parameters of type ReadBuffer Modifier and Type Method Description ReadBufferAbstractBufferContext. buffer(ReadBuffer buffer)voidClassAspect. incrementOffset(ReadBuffer buffer, HandlerVersionContext context)intClassMetadata. readAspectCount(ReadBuffer buffer)protected voidOpenTypeHandler. 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.deleteSubinterfaces of ReadBuffer in com.db4o.internal.delete Modifier and Type Interface Description interfaceDeleteContextClasses in com.db4o.internal.delete that implement ReadBuffer Modifier and Type Class Description classDeleteContextImpl
- 
Uses of ReadBuffer in com.db4o.internal.encodingMethods in com.db4o.internal.encoding with parameters of type ReadBuffer Modifier and Type Method Description java.lang.StringDelegatingStringIO. read(ReadBuffer buffer, int length)java.lang.StringLatinStringIO. read(ReadBuffer buffer, int length)java.lang.StringUnicodeStringIO. read(ReadBuffer buffer, int length)java.lang.StringLatinStringIO. readLengthAndString(ReadBuffer buffer)
- 
Uses of ReadBuffer in com.db4o.internal.handlersMethods in com.db4o.internal.handlers with parameters of type ReadBuffer Modifier and Type Method Description static longLongHandler. readLong(ReadBuffer buffer)static java.lang.StringStringHandler. readString(Context context, ReadBuffer buffer)static java.lang.StringStringHandler. readStringNoDebug(Context context, ReadBuffer buffer)
- 
Uses of ReadBuffer in com.db4o.internal.handlers.arrayMethods in com.db4o.internal.handlers.array with parameters of type ReadBuffer Modifier and Type Method Description protected java.lang.ObjectArrayHandler. readCreate(Transaction trans, ReadBuffer buffer, ArrayInfo info)protected voidArrayHandler. readDimensions(ArrayInfo info, ReadBuffer buffer)protected voidMultidimensionalArrayHandler. readDimensions(ArrayInfo info, ReadBuffer buffer)protected voidArrayHandler. readInfo(Transaction trans, ReadBuffer buffer, ArrayInfo info)protected BitMap4ArrayHandler. readNullBitmap(ReadBuffer context, int length)voidArrayVersionHelper. readTypeInfo(Transaction trans, ReadBuffer buffer, ArrayInfo info, int classID)voidArrayVersionHelper3. readTypeInfo(Transaction trans, ReadBuffer buffer, ArrayInfo info, int classID)
- 
Uses of ReadBuffer in com.db4o.internal.handlers.versionsMethods in com.db4o.internal.handlers.versions with parameters of type ReadBuffer Modifier and Type Method Description protected voidOpenTypeHandler2. seekSecondaryOffset(ReadBuffer buffer, TypeHandler4 typeHandler)
- 
Uses of ReadBuffer in com.db4o.internal.marshallSubinterfaces of ReadBuffer in com.db4o.internal.marshall Modifier and Type Interface Description interfaceInternalReadContextinterfaceObjectIdContextClasses in com.db4o.internal.marshall that implement ReadBuffer Modifier and Type Class Description classAbstractReadContextclassCollectIdContextclassObjectHeaderContextclassObjectIdContextImplclassObjectReferenceContextclassQueryingReadContextclassUnmarshallingContextWraps 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 ReadBufferInternalReadContext. buffer()ReadBufferInternalReadContext. buffer(ReadBuffer buffer)ReadBufferMarshallingContext. buffer()ReadBufferMarshallingInfo. buffer()Methods in com.db4o.internal.marshall with parameters of type ReadBuffer Modifier and Type Method Description ReadBufferInternalReadContext. buffer(ReadBuffer buffer)java.lang.ObjectSlotFormat. doWithSlotIndirection(ReadBuffer buffer, Closure4 closure)java.lang.ObjectSlotFormat. doWithSlotIndirection(ReadBuffer buffer, TypeHandler4 typeHandler, Closure4 closure)
- 
Uses of ReadBuffer in com.db4o.marshallSubinterfaces of ReadBuffer in com.db4o.marshall Modifier and Type Interface Description interfaceBufferContextinterfaceReadContextthis interface is passed to internal classTypeHandler4when instantiating objects.interfaceReferenceActivationContextthis interface is passed to reference type handlers.Methods in com.db4o.marshall that return ReadBuffer Modifier and Type Method Description ReadBufferBufferContext. buffer()
 
-