Uses of Class
com.db4o.internal.ByteArrayBuffer
- 
- 
Uses of ByteArrayBuffer in com.db4o.cs.cachingMethods in com.db4o.cs.caching that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBufferClientSlotCache. get(Transaction transaction, int id)Methods in com.db4o.cs.caching with parameters of type ByteArrayBuffer Modifier and Type Method Description voidClientSlotCache. add(Transaction transaction, int id, ByteArrayBuffer slot)
- 
Uses of ByteArrayBuffer in com.db4o.cs.internalMethods in com.db4o.cs.internal that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBufferClientObjectContainer. readBufferById(Transaction a_ta, int a_id)ByteArrayBufferClientObjectContainer. readBufferById(Transaction transaction, int id, boolean lastCommitted)ByteArrayBuffer[]ClientObjectContainer. readObjectSlots(Transaction transaction, int[] ids)ByteArrayBuffer[]ClientObjectContainer. readSlotBuffers(Transaction transaction, int[] ids)Methods in com.db4o.cs.internal with parameters of type ByteArrayBuffer Modifier and Type Method Description FixedSizeIntIterator4ClientObjectContainer. idIteratorFor(Transaction trans, ByteArrayBuffer reader)voidClientObjectContainer. writeNew(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ByteArrayBuffer buffer)voidClientObjectContainer. writeUpdate(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ArrayType arrayType, ByteArrayBuffer buffer)
- 
Uses of ByteArrayBuffer in com.db4o.cs.internal.cachingMethods in com.db4o.cs.internal.caching that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBufferClientSlotCacheImpl. get(Transaction provider, int id)ByteArrayBufferNullClientSlotCache. get(Transaction transaction, int id)Methods in com.db4o.cs.internal.caching with parameters of type ByteArrayBuffer Modifier and Type Method Description voidClientSlotCacheImpl. add(Transaction provider, int id, ByteArrayBuffer slot)voidNullClientSlotCache. add(Transaction transaction, int id, ByteArrayBuffer slot)
- 
Uses of ByteArrayBuffer in com.db4o.cs.internal.messagesMethods in com.db4o.cs.internal.messages that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBufferMReadSlot. getByteLoad()ByteArrayBufferMsg. getByteLoad()dummy method to allow clean override handling without castingByteArrayBufferMsgD. getByteLoad()ByteArrayBufferMReadBytes. unmarshall()Methods in com.db4o.cs.internal.messages with parameters of type ByteArrayBuffer Modifier and Type Method Description protected TransactionMsg. checkParentTransaction(Transaction a_trans, ByteArrayBuffer reader)MsgMReadBytes. getWriter(Transaction trans, ByteArrayBuffer bytes)MsgDMsgObject. getWriter(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, int param, ByteArrayBuffer buffer)MsgDMsgObject. getWriter(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ByteArrayBuffer buffer)MsgDMsgD. getWriterForBuffer(Transaction trans, ByteArrayBuffer buffer)
- 
Uses of ByteArrayBuffer in com.db4o.cs.internal.objectexchangeMethods in com.db4o.cs.internal.objectexchange that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBufferDeferredObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int count)ByteArrayBufferEagerObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)ByteArrayBufferObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)ByteArrayBufferEagerObjectWriter. write(IntIterator4 idIterator, int maxCount)Methods in com.db4o.cs.internal.objectexchange that return types with arguments of type ByteArrayBuffer Modifier and Type Method Description Iterator4<Pair<java.lang.Integer,ByteArrayBuffer>>CacheContributingObjectReader. buffers()Methods in com.db4o.cs.internal.objectexchange with parameters of type ByteArrayBuffer Modifier and Type Method Description FixedSizeIntIterator4DeferredObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)FixedSizeIntIterator4EagerObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)FixedSizeIntIterator4ObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)Constructors in com.db4o.cs.internal.objectexchange with parameters of type ByteArrayBuffer Constructor Description CacheContributingObjectReader(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
- 
Uses of ByteArrayBuffer in com.db4o.defragmentMethods in com.db4o.defragment that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBufferDefragmentServicesImpl. bufferByAddress(DefragmentServicesImpl.DbSelector selector, int address, int length)ByteArrayBufferDefragmentServicesImpl. bufferByID(DefragmentServicesImpl.DbSelector selector, int id)ByteArrayBufferDefragmentServices. sourceBufferByAddress(int address, int length)ByteArrayBufferDefragmentServicesImpl. sourceBufferByAddress(int address, int length)ByteArrayBufferDefragmentServices. sourceBufferByID(int sourceID)ByteArrayBufferDefragmentServicesImpl. sourceBufferByID(int sourceID)ByteArrayBufferDefragmentServices. targetBufferByAddress(int address, int length)ByteArrayBufferDefragmentServicesImpl. targetBufferByAddress(int address, int length)Methods in com.db4o.defragment with parameters of type ByteArrayBuffer Modifier and Type Method Description ObjectHeaderDefragmentServicesImpl. sourceObjectHeader(ByteArrayBuffer buffer)voidDefragmentServices. targetWriteBytes(ByteArrayBuffer targetPointerReader, int targetAddress)voidDefragmentServicesImpl. targetWriteBytes(ByteArrayBuffer reader, int address)
- 
Uses of ByteArrayBuffer in com.db4o.internalSubclasses of ByteArrayBuffer in com.db4o.internal Modifier and Type Class Description classStatefulBufferpublic for .NET conversion reasons TODO: Split this class for individual usecases.Fields in com.db4o.internal declared as ByteArrayBuffer Modifier and Type Field Description protected ByteArrayBufferLocalObjectContainer. _pointerIoMethods in com.db4o.internal that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBufferObjectContainerBase. decryptedBufferByAddress(int address, int length)protected ByteArrayBufferPersistentBase. newWriteBuffer(int length)protected ByteArrayBufferPersistentBase. produceReadBuffer(Transaction trans)protected ByteArrayBufferPersistentBase. produceWriteBuffer(Transaction trans, int length)ByteArrayBufferObjectContainerBase. rawBufferByAddress(int address, int length)ByteArrayBufferLocalObjectContainer. readBufferById(Transaction trans, int id)ByteArrayBufferLocalObjectContainer. readBufferById(Transaction trans, int id, boolean lastCommitted)protected ByteArrayBufferLocalPersistentBase. readBufferById(Transaction trans)abstract ByteArrayBufferObjectContainerBase. readBufferById(Transaction trans, int id)abstract ByteArrayBufferObjectContainerBase. readBufferById(Transaction trans, int id, boolean lastCommitted)protected ByteArrayBufferPersistentBase. readBufferById(Transaction trans)ByteArrayBufferLocalObjectContainer. readBufferBySlot(Slot slot)ByteArrayBufferByteArrayBuffer. readEmbeddedObject(Transaction trans)ByteArrayBufferByteArrayBuffer. readPayloadReader(int offset, int length)ByteArrayBufferStatefulBuffer. readPayloadWriter(int offset, int length)ByteArrayBuffer[]LocalObjectContainer. readSlotBuffers(Transaction transaction, int[] ids)abstract ByteArrayBuffer[]ObjectContainerBase. readSlotBuffers(Transaction trans, int[] ids)ByteArrayBufferDefragmentContext. sourceBuffer()ByteArrayBufferDefragmentContextImpl. sourceBuffer()ByteArrayBufferDefragmentContext. sourceBufferByAddress(int sourceAddress, int length)ByteArrayBufferDefragmentContextImpl. sourceBufferByAddress(int sourceAddress, int length)ByteArrayBufferDefragmentContext. sourceBufferById(int sourceId)ByteArrayBufferDefragmentContextImpl. sourceBufferById(int sourceId)ByteArrayBufferDefragmentContext. targetBuffer()ByteArrayBufferDefragmentContextImpl. targetBuffer()ByteArrayBufferMarshallingBuffer. testDelegate()Methods in com.db4o.internal with parameters of type ByteArrayBuffer Modifier and Type Method Description booleanByteArrayBuffer. containsTheSame(ByteArrayBuffer other)voidByteArrayBuffer. copyTo(ByteArrayBuffer to, int fromOffset, int toOffset, int length)voidHandlerRegistry. decrypt(ByteArrayBuffer reader)voidHandlerRegistry. encrypt(ByteArrayBuffer reader)static voidDefragmentContextImpl. processCopy(DefragmentServices services, int sourceID, SlotCopyHandler command, ByteArrayBuffer sourceReader)voidLockedTree. read(ByteArrayBuffer buffer, Readable template)java.lang.ObjectObjectReference. read(Transaction trans, ByteArrayBuffer buffer, java.lang.Object obj, ActivationDepth instantiationDepth, int addToIDTree, boolean checkIDTree)protected voidPersistentBase. read(Transaction trans, ByteArrayBuffer reader)java.lang.ObjectReadable. read(ByteArrayBuffer buffer)static SerializedGraphSerializedGraph. read(ByteArrayBuffer buffer)java.lang.ObjectTreeInt. read(ByteArrayBuffer buffer)java.lang.ObjectTreeIntObject. read(ByteArrayBuffer a_bytes)static ClassMetadataClassMetadata. readClass(ObjectContainerBase stream, ByteArrayBuffer reader)TIndexable4. readIndexEntry(Context context, ByteArrayBuffer reader)java.lang.ObjectNull. readIndexEntry(Context context, ByteArrayBuffer a_reader)byte[]ClassMetadata. readName1(Transaction trans, ByteArrayBuffer reader)java.lang.ObjectObjectReference. readPrefetch(Transaction trans, ByteArrayBuffer buffer, int addToIDTree)voidClassMetadata. readThis(Transaction a_trans, ByteArrayBuffer a_reader)voidClassMetadataRepository. readThis(Transaction trans, ByteArrayBuffer buffer)voidObjectReference. readThis(Transaction trans, ByteArrayBuffer buffer)voidPersistent. readThis(Transaction trans, ByteArrayBuffer reader)voidPersistentIntegerArray. readThis(Transaction trans, ByteArrayBuffer reader)HandlerVersionClassMetadata. seekToField(Transaction trans, ByteArrayBuffer buffer, FieldMetadata field)voidDefragmentContext. targetWriteBytes(int address, ByteArrayBuffer buffer)voidDefragmentContextImpl. targetWriteBytes(int address, ByteArrayBuffer buffer)voidMarshallingBuffer. transferContentTo(ByteArrayBuffer buffer)voidMarshallingBuffer. transferContentTo(ByteArrayBuffer buffer, int length)voidReadWriteable. write(ByteArrayBuffer buffer)voidSerializedGraph. write(ByteArrayBuffer buffer)voidTreeInt. write(ByteArrayBuffer buffer)static voidTreeInt. write(ByteArrayBuffer buffer, TreeInt tree)static voidTreeInt. write(ByteArrayBuffer buffer, TreeInt tree, int size)voidTreeIntObject. write(ByteArrayBuffer a_writer)voidIoAdaptedObjectContainer. writeBytes(ByteArrayBuffer buffer, int blockedAddress, int addressOffset)abstract voidLocalObjectContainer. writeBytes(ByteArrayBuffer buffer, int blockedAddress, int addressOffset)voidTransportObjectContainer. writeBytes(ByteArrayBuffer buffer, int address, int addressOffset)voidLocalObjectContainer. writeEncrypt(ByteArrayBuffer buffer, int address, int addressOffset)voidIndexable4. writeIndexEntry(Context context, ByteArrayBuffer writer, T obj)voidNull. writeIndexEntry(Context context, ByteArrayBuffer a_writer, java.lang.Object a_object)voidLocalObjectContainer. writeNew(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ByteArrayBuffer buffer)abstract voidObjectContainerBase. writeNew(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ByteArrayBuffer buffer)voidPersistentBase. writeOwnID(Transaction trans, ByteArrayBuffer writer)voidClassMetadata. writeThis(Transaction trans, ByteArrayBuffer writer)voidClassMetadataRepository. writeThis(Transaction trans, ByteArrayBuffer buffer)voidObjectReference. writeThis(Transaction trans, ByteArrayBuffer buffer)voidPersistent. writeThis(Transaction trans, ByteArrayBuffer writer)voidPersistentIntegerArray. writeThis(Transaction trans, ByteArrayBuffer writer)voidLocalObjectContainer. writeUpdate(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ArrayType arrayType, ByteArrayBuffer buffer)abstract voidObjectContainerBase. writeUpdate(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ArrayType arrayType, ByteArrayBuffer buffer)Constructors in com.db4o.internal with parameters of type ByteArrayBuffer Constructor Description DefragmentContextImpl(ByteArrayBuffer source, DefragmentServices services)DefragmentContextImpl(ByteArrayBuffer source, DefragmentServices services, ObjectHeader header)DefragmentContextImpl(ByteArrayBuffer source, DefragmentContextImpl context)TreeReader(ByteArrayBuffer a_bytes, Readable a_template)TreeReader(ByteArrayBuffer a_bytes, Readable a_template, boolean a_orderOnRead)
- 
Uses of ByteArrayBuffer in com.db4o.internal.btreeMethods in com.db4o.internal.btree that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBufferBTreeNodeCacheEntry. buffer()Methods in com.db4o.internal.btree with parameters of type ByteArrayBuffer Modifier and Type Method Description voidBTreeNodeCacheEntry. buffer(ByteArrayBuffer buffer)java.lang.ObjectFieldIndexKeyHandler. readIndexEntry(Context context, ByteArrayBuffer buffer)voidBTree. readThis(Transaction a_trans, ByteArrayBuffer a_reader)voidBTreeNode. readThis(Transaction trans, ByteArrayBuffer reader)voidFieldIndexKeyHandler. writeIndexEntry(Context context, ByteArrayBuffer writer, java.lang.Object obj)voidBTree. writeThis(Transaction trans, ByteArrayBuffer a_writer)voidBTreeNode. writeThis(Transaction trans, ByteArrayBuffer buffer)Constructors in com.db4o.internal.btree with parameters of type ByteArrayBuffer Constructor Description BTreePointer(Transaction transaction, ByteArrayBuffer nodeReader, BTreeNode node, int index)
- 
Uses of ByteArrayBuffer in com.db4o.internal.encodingMethods in com.db4o.internal.encoding with parameters of type ByteArrayBuffer Modifier and Type Method Description byte[]LatinStringIO. bytes(ByteArrayBuffer buffer)
- 
Uses of ByteArrayBuffer in com.db4o.internal.fileheaderMethods in com.db4o.internal.fileheader with parameters of type ByteArrayBuffer Modifier and Type Method Description protected voidNewFileHeaderBase. checkThreadFileLock(LocalObjectContainer container, ByteArrayBuffer reader)protected abstract FileHeaderFileHeader. newOnSignatureMatch(LocalObjectContainer file, ByteArrayBuffer reader)protected FileHeaderNewFileHeaderBase. newOnSignatureMatch(LocalObjectContainer file, ByteArrayBuffer reader)protected abstract voidFileHeader. read(LocalObjectContainer file, ByteArrayBuffer reader)protected voidFileHeader1. read(LocalObjectContainer file, ByteArrayBuffer reader)protected voidFileHeader2. read(LocalObjectContainer container, ByteArrayBuffer reader)protected voidFileHeaderVariablePart2. readBuffer(ByteArrayBuffer buffer, boolean versionsAreConsistent)protected voidFileHeaderVariablePart3. readBuffer(ByteArrayBuffer buffer, boolean versionsAreConsistent)voidFileHeaderVariablePart1. readThis(ByteArrayBuffer buffer)protected booleanFileHeader. signatureMatches(ByteArrayBuffer reader, byte[] signature, byte version)protected voidFileHeaderVariablePart2. writeBuffer(ByteArrayBuffer buffer, boolean shuttingDown)protected voidFileHeaderVariablePart3. writeBuffer(ByteArrayBuffer buffer, boolean shuttingDown)voidFileHeaderVariablePart1. writeThis(ByteArrayBuffer buffer)
- 
Uses of ByteArrayBuffer in com.db4o.internal.freespaceMethods in com.db4o.internal.freespace with parameters of type ByteArrayBuffer Modifier and Type Method Description java.lang.ObjectFreeSlotNode. read(ByteArrayBuffer buffer)java.lang.ObjectSlotHandler. readIndexEntry(Context context, ByteArrayBuffer reader)voidFreeSlotNode. write(ByteArrayBuffer a_writer)voidSlotHandler. writeIndexEntry(Context context, ByteArrayBuffer writer, java.lang.Object obj)
- 
Uses of ByteArrayBuffer in com.db4o.internal.handlersMethods in com.db4o.internal.handlers that return ByteArrayBuffer Modifier and Type Method Description static ByteArrayBufferStringHandler. writeToBuffer(InternalObjectContainer container, java.lang.String str)Methods in com.db4o.internal.handlers with parameters of type ByteArrayBuffer Modifier and Type Method Description java.lang.ObjectPrimitiveHandler. readIndexEntry(Context context, ByteArrayBuffer buffer)java.lang.ObjectStandardReferenceTypeHandler. readIndexEntry(Context context, ByteArrayBuffer a_reader)java.lang.ObjectStringHandler. readIndexEntry(Context context, ByteArrayBuffer reader)This readIndexEntry method reads from the actual index in the file.voidBooleanHandler. write(java.lang.Object obj, ByteArrayBuffer buffer)voidByteHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)voidCharHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)voidDateHandlerBase. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)voidDoubleHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)voidFloatHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)voidIntHandler. write(int intValue, ByteArrayBuffer writer)voidIntHandler. write(java.lang.Object obj, ByteArrayBuffer writer)voidLongHandler. write(java.lang.Object obj, ByteArrayBuffer buffer)voidNetTypeHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)abstract voidPrimitiveHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)voidShortHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)voidPrimitiveHandler. writeIndexEntry(Context context, ByteArrayBuffer a_writer, java.lang.Object a_object)voidStandardReferenceTypeHandler. writeIndexEntry(Context context, ByteArrayBuffer a_writer, java.lang.Object a_object)voidStringHandler. writeIndexEntry(Context context, ByteArrayBuffer writer, java.lang.Object entry)static voidIntHandler. writeInt(int a_int, ByteArrayBuffer a_bytes)voidStringHandler. writeShort(Transaction trans, java.lang.String str, ByteArrayBuffer buffer)
- 
Uses of ByteArrayBuffer in com.db4o.internal.idsMethods in com.db4o.internal.ids with parameters of type ByteArrayBuffer Modifier and Type Method Description static IdSlotMappingIdSlotMapping. read(ByteArrayBuffer buffer)java.lang.ObjectIdSlotTree. read(ByteArrayBuffer buffer)voidSequentialIdGenerator. read(ByteArrayBuffer buffer)IdSlotMappingBTreeIdSystem.IdSlotMappingHandler. readIndexEntry(Context context, ByteArrayBuffer buffer)voidIdSlotChanges. readSlotChanges(ByteArrayBuffer buffer)voidIdSlotMapping. write(ByteArrayBuffer buffer)voidIdSlotTree. write(ByteArrayBuffer buffer)voidSequentialIdGenerator. write(ByteArrayBuffer buffer)voidBTreeIdSystem.IdSlotMappingHandler. writeIndexEntry(Context context, ByteArrayBuffer buffer, IdSlotMapping mapping)
- 
Uses of ByteArrayBuffer in com.db4o.internal.mappingMethods in com.db4o.internal.mapping with parameters of type ByteArrayBuffer Modifier and Type Method Description java.lang.ObjectMappedIDPairHandler. readIndexEntry(Context context, ByteArrayBuffer reader)voidMappedIDPairHandler. writeIndexEntry(Context context, ByteArrayBuffer reader, java.lang.Object obj)
- 
Uses of ByteArrayBuffer in com.db4o.internal.marshallMethods in com.db4o.internal.marshall that return ByteArrayBuffer Modifier and Type Method Description protected ByteArrayBufferObjectReferenceContext. byteArrayBuffer()ByteArrayBufferMarshallingContext. toWriteBuffer(Pointer4 pointer)Methods in com.db4o.internal.marshall with parameters of type ByteArrayBuffer Modifier and Type Method Description voidMarshallingContext. debugPrependNextWrite(ByteArrayBuffer prepend)voidClassMarshaller. read(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)FieldMetadataFieldMarshaller. read(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)FieldMetadataFieldMarshaller0. read(ObjectContainerBase stream, ClassMetadata containingClass, ByteArrayBuffer reader)abstract java.util.DatePrimitiveMarshaller. readDate(ByteArrayBuffer bytes)java.util.DatePrimitiveMarshaller0. readDate(ByteArrayBuffer bytes)java.util.DatePrimitiveMarshaller1. readDate(ByteArrayBuffer bytes)abstract java.lang.ObjectPrimitiveMarshaller. readDouble(ByteArrayBuffer buffer)java.lang.ObjectPrimitiveMarshaller0. readDouble(ByteArrayBuffer buffer)java.lang.ObjectPrimitiveMarshaller1. readDouble(ByteArrayBuffer buffer)abstract java.lang.ObjectPrimitiveMarshaller. readFloat(ByteArrayBuffer buffer)java.lang.ObjectPrimitiveMarshaller0. readFloat(ByteArrayBuffer bytes)java.lang.ObjectPrimitiveMarshaller1. readFloat(ByteArrayBuffer bytes)ObjectHeaderAttributesSlotFormat. readHeaderAttributes(ByteArrayBuffer reader)ObjectHeaderAttributesSlotFormat0. readHeaderAttributes(ByteArrayBuffer reader)protected abstract voidClassMarshaller. readIndex(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)protected voidClassMarshaller0. readIndex(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)protected voidClassMarshaller1. readIndex(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)protected voidClassMarshaller2. readIndex(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)abstract java.lang.ObjectPrimitiveMarshaller. readInteger(ByteArrayBuffer buffer)java.lang.ObjectPrimitiveMarshaller0. readInteger(ByteArrayBuffer bytes)java.lang.ObjectPrimitiveMarshaller1. readInteger(ByteArrayBuffer bytes)abstract java.lang.ObjectPrimitiveMarshaller. readLong(ByteArrayBuffer buffer)java.lang.ObjectPrimitiveMarshaller0. readLong(ByteArrayBuffer buffer)java.lang.ObjectPrimitiveMarshaller1. readLong(ByteArrayBuffer buffer)intClassMarshaller. readMetaClassID(ByteArrayBuffer reader)byte[]ClassMarshaller. readName(Transaction trans, ByteArrayBuffer reader)abstract java.lang.ObjectPrimitiveMarshaller. readShort(ByteArrayBuffer buffer)java.lang.ObjectPrimitiveMarshaller0. readShort(ByteArrayBuffer buffer)java.lang.ObjectPrimitiveMarshaller1. readShort(ByteArrayBuffer buffer)protected abstract RawFieldSpecAbstractFieldMarshaller. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)RawFieldSpecAbstractFieldMarshaller. readSpec(ObjectContainerBase stream, ByteArrayBuffer reader)RawClassSpecClassMarshaller. readSpec(Transaction trans, ByteArrayBuffer reader)RawFieldSpecFieldMarshaller. readSpec(ObjectContainerBase stream, ByteArrayBuffer reader)protected RawFieldSpecFieldMarshaller0. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)protected RawFieldSpecFieldMarshaller1. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)protected RawFieldSpecFieldMarshaller2. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)static ObjectHeaderObjectHeader. scrollBufferToContent(LocalObjectContainer container, ByteArrayBuffer buffer)voidSlotFormat. skipMarshallerInfo(ByteArrayBuffer reader)voidSlotFormat0. skipMarshallerInfo(ByteArrayBuffer reader)static java.lang.DoublePrimitiveMarshaller0. unmarshalDouble(ByteArrayBuffer buffer)static java.lang.FloatPrimitiveMarshaller0. unmarshallFloat(ByteArrayBuffer buffer)static shortPrimitiveMarshaller0. unmarshallShort(ByteArrayBuffer buffer)voidClassMarshaller. write(Transaction trans, ClassMetadata clazz, ByteArrayBuffer writer)voidFieldMarshaller. write(Transaction trans, ClassMetadata clazz, ClassAspect aspect, ByteArrayBuffer writer)voidFieldMarshaller0. write(Transaction trans, ClassMetadata clazz, ClassAspect aspect, ByteArrayBuffer writer)voidFieldMarshaller1. write(Transaction trans, ClassMetadata clazz, ClassAspect aspect, ByteArrayBuffer writer)voidFieldMarshaller2. write(Transaction trans, ClassMetadata clazz, ClassAspect aspect, ByteArrayBuffer writer)protected voidClassMarshaller. writeIndex(Transaction trans, ClassMetadata clazz, ByteArrayBuffer writer)voidSlotFormat. writeObjectClassID(ByteArrayBuffer buffer, int id)voidSlotFormat0. writeObjectClassID(ByteArrayBuffer buffer, int id)Constructors in com.db4o.internal.marshall with parameters of type ByteArrayBuffer Constructor Description ObjectHeaderAttributes(ByteArrayBuffer reader)UnmarshallingContext(Transaction transaction, ByteArrayBuffer buffer, ObjectReference ref, int addToIDTree, boolean checkIDTree)
- 
Uses of ByteArrayBuffer in com.db4o.internal.slotsMethods in com.db4o.internal.slots with parameters of type ByteArrayBuffer Modifier and Type Method Description java.lang.ObjectSlotChange. read(ByteArrayBuffer reader)voidSlotChange. write(ByteArrayBuffer writer)
- 
Uses of ByteArrayBuffer in com.db4o.internal.transactionlogMethods in com.db4o.internal.transactionlog with parameters of type ByteArrayBuffer Modifier and Type Method Description protected voidTransactionLogHandler. appendSlotChanges(ByteArrayBuffer writer, Visitable slotChangeVisitable)protected voidTransactionLogHandler. readWriteSlotChanges(ByteArrayBuffer buffer)
 
-