Uses of Class
com.db4o.internal.ByteArrayBuffer
-
-
Uses of ByteArrayBuffer in com.db4o.cs.caching
Methods in com.db4o.cs.caching that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBuffer
ClientSlotCache. get(Transaction transaction, int id)
Methods in com.db4o.cs.caching with parameters of type ByteArrayBuffer Modifier and Type Method Description void
ClientSlotCache. add(Transaction transaction, int id, ByteArrayBuffer slot)
-
Uses of ByteArrayBuffer in com.db4o.cs.internal
Methods in com.db4o.cs.internal that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBuffer
ClientObjectContainer. readBufferById(Transaction a_ta, int a_id)
ByteArrayBuffer
ClientObjectContainer. 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 FixedSizeIntIterator4
ClientObjectContainer. idIteratorFor(Transaction trans, ByteArrayBuffer reader)
void
ClientObjectContainer. writeNew(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ByteArrayBuffer buffer)
void
ClientObjectContainer. writeUpdate(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ArrayType arrayType, ByteArrayBuffer buffer)
-
Uses of ByteArrayBuffer in com.db4o.cs.internal.caching
Methods in com.db4o.cs.internal.caching that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBuffer
ClientSlotCacheImpl. get(Transaction provider, int id)
ByteArrayBuffer
NullClientSlotCache. get(Transaction transaction, int id)
Methods in com.db4o.cs.internal.caching with parameters of type ByteArrayBuffer Modifier and Type Method Description void
ClientSlotCacheImpl. add(Transaction provider, int id, ByteArrayBuffer slot)
void
NullClientSlotCache. add(Transaction transaction, int id, ByteArrayBuffer slot)
-
Uses of ByteArrayBuffer in com.db4o.cs.internal.messages
Methods in com.db4o.cs.internal.messages that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBuffer
MReadSlot. getByteLoad()
ByteArrayBuffer
Msg. getByteLoad()
dummy method to allow clean override handling without castingByteArrayBuffer
MsgD. getByteLoad()
ByteArrayBuffer
MReadBytes. unmarshall()
Methods in com.db4o.cs.internal.messages with parameters of type ByteArrayBuffer Modifier and Type Method Description protected Transaction
Msg. checkParentTransaction(Transaction a_trans, ByteArrayBuffer reader)
Msg
MReadBytes. getWriter(Transaction trans, ByteArrayBuffer bytes)
MsgD
MsgObject. getWriter(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, int param, ByteArrayBuffer buffer)
MsgD
MsgObject. getWriter(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ByteArrayBuffer buffer)
MsgD
MsgD. getWriterForBuffer(Transaction trans, ByteArrayBuffer buffer)
-
Uses of ByteArrayBuffer in com.db4o.cs.internal.objectexchange
Methods in com.db4o.cs.internal.objectexchange that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBuffer
DeferredObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int count)
ByteArrayBuffer
EagerObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)
ByteArrayBuffer
ObjectExchangeStrategy. marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)
ByteArrayBuffer
EagerObjectWriter. 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 FixedSizeIntIterator4
DeferredObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
FixedSizeIntIterator4
EagerObjectExchangeStrategy. unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
FixedSizeIntIterator4
ObjectExchangeStrategy. 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.defragment
Methods in com.db4o.defragment that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBuffer
DefragmentServicesImpl. bufferByAddress(DefragmentServicesImpl.DbSelector selector, int address, int length)
ByteArrayBuffer
DefragmentServicesImpl. bufferByID(DefragmentServicesImpl.DbSelector selector, int id)
ByteArrayBuffer
DefragmentServices. sourceBufferByAddress(int address, int length)
ByteArrayBuffer
DefragmentServicesImpl. sourceBufferByAddress(int address, int length)
ByteArrayBuffer
DefragmentServices. sourceBufferByID(int sourceID)
ByteArrayBuffer
DefragmentServicesImpl. sourceBufferByID(int sourceID)
ByteArrayBuffer
DefragmentServices. targetBufferByAddress(int address, int length)
ByteArrayBuffer
DefragmentServicesImpl. targetBufferByAddress(int address, int length)
Methods in com.db4o.defragment with parameters of type ByteArrayBuffer Modifier and Type Method Description ObjectHeader
DefragmentServicesImpl. sourceObjectHeader(ByteArrayBuffer buffer)
void
DefragmentServices. targetWriteBytes(ByteArrayBuffer targetPointerReader, int targetAddress)
void
DefragmentServicesImpl. targetWriteBytes(ByteArrayBuffer reader, int address)
-
Uses of ByteArrayBuffer in com.db4o.internal
Subclasses of ByteArrayBuffer in com.db4o.internal Modifier and Type Class Description class
StatefulBuffer
public 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 ByteArrayBuffer
LocalObjectContainer. _pointerIo
Methods in com.db4o.internal that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBuffer
ObjectContainerBase. decryptedBufferByAddress(int address, int length)
protected ByteArrayBuffer
PersistentBase. newWriteBuffer(int length)
protected ByteArrayBuffer
PersistentBase. produceReadBuffer(Transaction trans)
protected ByteArrayBuffer
PersistentBase. produceWriteBuffer(Transaction trans, int length)
ByteArrayBuffer
ObjectContainerBase. rawBufferByAddress(int address, int length)
ByteArrayBuffer
LocalObjectContainer. readBufferById(Transaction trans, int id)
ByteArrayBuffer
LocalObjectContainer. readBufferById(Transaction trans, int id, boolean lastCommitted)
protected ByteArrayBuffer
LocalPersistentBase. readBufferById(Transaction trans)
abstract ByteArrayBuffer
ObjectContainerBase. readBufferById(Transaction trans, int id)
abstract ByteArrayBuffer
ObjectContainerBase. readBufferById(Transaction trans, int id, boolean lastCommitted)
protected ByteArrayBuffer
PersistentBase. readBufferById(Transaction trans)
ByteArrayBuffer
LocalObjectContainer. readBufferBySlot(Slot slot)
ByteArrayBuffer
ByteArrayBuffer. readEmbeddedObject(Transaction trans)
ByteArrayBuffer
ByteArrayBuffer. readPayloadReader(int offset, int length)
ByteArrayBuffer
StatefulBuffer. readPayloadWriter(int offset, int length)
ByteArrayBuffer[]
LocalObjectContainer. readSlotBuffers(Transaction transaction, int[] ids)
abstract ByteArrayBuffer[]
ObjectContainerBase. readSlotBuffers(Transaction trans, int[] ids)
ByteArrayBuffer
DefragmentContext. sourceBuffer()
ByteArrayBuffer
DefragmentContextImpl. sourceBuffer()
ByteArrayBuffer
DefragmentContext. sourceBufferByAddress(int sourceAddress, int length)
ByteArrayBuffer
DefragmentContextImpl. sourceBufferByAddress(int sourceAddress, int length)
ByteArrayBuffer
DefragmentContext. sourceBufferById(int sourceId)
ByteArrayBuffer
DefragmentContextImpl. sourceBufferById(int sourceId)
ByteArrayBuffer
DefragmentContext. targetBuffer()
ByteArrayBuffer
DefragmentContextImpl. targetBuffer()
ByteArrayBuffer
MarshallingBuffer. testDelegate()
Methods in com.db4o.internal with parameters of type ByteArrayBuffer Modifier and Type Method Description boolean
ByteArrayBuffer. containsTheSame(ByteArrayBuffer other)
void
ByteArrayBuffer. copyTo(ByteArrayBuffer to, int fromOffset, int toOffset, int length)
void
HandlerRegistry. decrypt(ByteArrayBuffer reader)
void
HandlerRegistry. encrypt(ByteArrayBuffer reader)
static void
DefragmentContextImpl. processCopy(DefragmentServices services, int sourceID, SlotCopyHandler command, ByteArrayBuffer sourceReader)
void
LockedTree. read(ByteArrayBuffer buffer, Readable template)
java.lang.Object
ObjectReference. read(Transaction trans, ByteArrayBuffer buffer, java.lang.Object obj, ActivationDepth instantiationDepth, int addToIDTree, boolean checkIDTree)
protected void
PersistentBase. read(Transaction trans, ByteArrayBuffer reader)
java.lang.Object
Readable. read(ByteArrayBuffer buffer)
static SerializedGraph
SerializedGraph. read(ByteArrayBuffer buffer)
java.lang.Object
TreeInt. read(ByteArrayBuffer buffer)
java.lang.Object
TreeIntObject. read(ByteArrayBuffer a_bytes)
static ClassMetadata
ClassMetadata. readClass(ObjectContainerBase stream, ByteArrayBuffer reader)
T
Indexable4. readIndexEntry(Context context, ByteArrayBuffer reader)
java.lang.Object
Null. readIndexEntry(Context context, ByteArrayBuffer a_reader)
byte[]
ClassMetadata. readName1(Transaction trans, ByteArrayBuffer reader)
java.lang.Object
ObjectReference. readPrefetch(Transaction trans, ByteArrayBuffer buffer, int addToIDTree)
void
ClassMetadata. readThis(Transaction a_trans, ByteArrayBuffer a_reader)
void
ClassMetadataRepository. readThis(Transaction trans, ByteArrayBuffer buffer)
void
ObjectReference. readThis(Transaction trans, ByteArrayBuffer buffer)
void
Persistent. readThis(Transaction trans, ByteArrayBuffer reader)
void
PersistentIntegerArray. readThis(Transaction trans, ByteArrayBuffer reader)
HandlerVersion
ClassMetadata. seekToField(Transaction trans, ByteArrayBuffer buffer, FieldMetadata field)
void
DefragmentContext. targetWriteBytes(int address, ByteArrayBuffer buffer)
void
DefragmentContextImpl. targetWriteBytes(int address, ByteArrayBuffer buffer)
void
MarshallingBuffer. transferContentTo(ByteArrayBuffer buffer)
void
MarshallingBuffer. transferContentTo(ByteArrayBuffer buffer, int length)
void
ReadWriteable. write(ByteArrayBuffer buffer)
void
SerializedGraph. write(ByteArrayBuffer buffer)
void
TreeInt. write(ByteArrayBuffer buffer)
static void
TreeInt. write(ByteArrayBuffer buffer, TreeInt tree)
static void
TreeInt. write(ByteArrayBuffer buffer, TreeInt tree, int size)
void
TreeIntObject. write(ByteArrayBuffer a_writer)
void
IoAdaptedObjectContainer. writeBytes(ByteArrayBuffer buffer, int blockedAddress, int addressOffset)
abstract void
LocalObjectContainer. writeBytes(ByteArrayBuffer buffer, int blockedAddress, int addressOffset)
void
TransportObjectContainer. writeBytes(ByteArrayBuffer buffer, int address, int addressOffset)
void
LocalObjectContainer. writeEncrypt(ByteArrayBuffer buffer, int address, int addressOffset)
void
Indexable4. writeIndexEntry(Context context, ByteArrayBuffer writer, T obj)
void
Null. writeIndexEntry(Context context, ByteArrayBuffer a_writer, java.lang.Object a_object)
void
LocalObjectContainer. writeNew(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ByteArrayBuffer buffer)
abstract void
ObjectContainerBase. writeNew(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ByteArrayBuffer buffer)
void
PersistentBase. writeOwnID(Transaction trans, ByteArrayBuffer writer)
void
ClassMetadata. writeThis(Transaction trans, ByteArrayBuffer writer)
void
ClassMetadataRepository. writeThis(Transaction trans, ByteArrayBuffer buffer)
void
ObjectReference. writeThis(Transaction trans, ByteArrayBuffer buffer)
void
Persistent. writeThis(Transaction trans, ByteArrayBuffer writer)
void
PersistentIntegerArray. writeThis(Transaction trans, ByteArrayBuffer writer)
void
LocalObjectContainer. writeUpdate(Transaction trans, Pointer4 pointer, ClassMetadata classMetadata, ArrayType arrayType, ByteArrayBuffer buffer)
abstract void
ObjectContainerBase. 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.btree
Methods in com.db4o.internal.btree that return ByteArrayBuffer Modifier and Type Method Description ByteArrayBuffer
BTreeNodeCacheEntry. buffer()
Methods in com.db4o.internal.btree with parameters of type ByteArrayBuffer Modifier and Type Method Description void
BTreeNodeCacheEntry. buffer(ByteArrayBuffer buffer)
java.lang.Object
FieldIndexKeyHandler. readIndexEntry(Context context, ByteArrayBuffer buffer)
void
BTree. readThis(Transaction a_trans, ByteArrayBuffer a_reader)
void
BTreeNode. readThis(Transaction trans, ByteArrayBuffer reader)
void
FieldIndexKeyHandler. writeIndexEntry(Context context, ByteArrayBuffer writer, java.lang.Object obj)
void
BTree. writeThis(Transaction trans, ByteArrayBuffer a_writer)
void
BTreeNode. 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.encoding
Methods 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.fileheader
Methods in com.db4o.internal.fileheader with parameters of type ByteArrayBuffer Modifier and Type Method Description protected void
NewFileHeaderBase. checkThreadFileLock(LocalObjectContainer container, ByteArrayBuffer reader)
protected abstract FileHeader
FileHeader. newOnSignatureMatch(LocalObjectContainer file, ByteArrayBuffer reader)
protected FileHeader
NewFileHeaderBase. newOnSignatureMatch(LocalObjectContainer file, ByteArrayBuffer reader)
protected abstract void
FileHeader. read(LocalObjectContainer file, ByteArrayBuffer reader)
protected void
FileHeader1. read(LocalObjectContainer file, ByteArrayBuffer reader)
protected void
FileHeader2. read(LocalObjectContainer container, ByteArrayBuffer reader)
protected void
FileHeaderVariablePart2. readBuffer(ByteArrayBuffer buffer, boolean versionsAreConsistent)
protected void
FileHeaderVariablePart3. readBuffer(ByteArrayBuffer buffer, boolean versionsAreConsistent)
void
FileHeaderVariablePart1. readThis(ByteArrayBuffer buffer)
protected boolean
FileHeader. signatureMatches(ByteArrayBuffer reader, byte[] signature, byte version)
protected void
FileHeaderVariablePart2. writeBuffer(ByteArrayBuffer buffer, boolean shuttingDown)
protected void
FileHeaderVariablePart3. writeBuffer(ByteArrayBuffer buffer, boolean shuttingDown)
void
FileHeaderVariablePart1. writeThis(ByteArrayBuffer buffer)
-
Uses of ByteArrayBuffer in com.db4o.internal.freespace
Methods in com.db4o.internal.freespace with parameters of type ByteArrayBuffer Modifier and Type Method Description java.lang.Object
FreeSlotNode. read(ByteArrayBuffer buffer)
java.lang.Object
SlotHandler. readIndexEntry(Context context, ByteArrayBuffer reader)
void
FreeSlotNode. write(ByteArrayBuffer a_writer)
void
SlotHandler. writeIndexEntry(Context context, ByteArrayBuffer writer, java.lang.Object obj)
-
Uses of ByteArrayBuffer in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers that return ByteArrayBuffer Modifier and Type Method Description static ByteArrayBuffer
StringHandler. 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.Object
PrimitiveHandler. readIndexEntry(Context context, ByteArrayBuffer buffer)
java.lang.Object
StandardReferenceTypeHandler. readIndexEntry(Context context, ByteArrayBuffer a_reader)
java.lang.Object
StringHandler. readIndexEntry(Context context, ByteArrayBuffer reader)
This readIndexEntry method reads from the actual index in the file.void
BooleanHandler. write(java.lang.Object obj, ByteArrayBuffer buffer)
void
ByteHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)
void
CharHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)
void
DateHandlerBase. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)
void
DoubleHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)
void
FloatHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)
void
IntHandler. write(int intValue, ByteArrayBuffer writer)
void
IntHandler. write(java.lang.Object obj, ByteArrayBuffer writer)
void
LongHandler. write(java.lang.Object obj, ByteArrayBuffer buffer)
void
NetTypeHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)
abstract void
PrimitiveHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)
void
ShortHandler. write(java.lang.Object a_object, ByteArrayBuffer a_bytes)
void
PrimitiveHandler. writeIndexEntry(Context context, ByteArrayBuffer a_writer, java.lang.Object a_object)
void
StandardReferenceTypeHandler. writeIndexEntry(Context context, ByteArrayBuffer a_writer, java.lang.Object a_object)
void
StringHandler. writeIndexEntry(Context context, ByteArrayBuffer writer, java.lang.Object entry)
static void
IntHandler. writeInt(int a_int, ByteArrayBuffer a_bytes)
void
StringHandler. writeShort(Transaction trans, java.lang.String str, ByteArrayBuffer buffer)
-
Uses of ByteArrayBuffer in com.db4o.internal.ids
Methods in com.db4o.internal.ids with parameters of type ByteArrayBuffer Modifier and Type Method Description static IdSlotMapping
IdSlotMapping. read(ByteArrayBuffer buffer)
java.lang.Object
IdSlotTree. read(ByteArrayBuffer buffer)
void
SequentialIdGenerator. read(ByteArrayBuffer buffer)
IdSlotMapping
BTreeIdSystem.IdSlotMappingHandler. readIndexEntry(Context context, ByteArrayBuffer buffer)
void
IdSlotChanges. readSlotChanges(ByteArrayBuffer buffer)
void
IdSlotMapping. write(ByteArrayBuffer buffer)
void
IdSlotTree. write(ByteArrayBuffer buffer)
void
SequentialIdGenerator. write(ByteArrayBuffer buffer)
void
BTreeIdSystem.IdSlotMappingHandler. writeIndexEntry(Context context, ByteArrayBuffer buffer, IdSlotMapping mapping)
-
Uses of ByteArrayBuffer in com.db4o.internal.mapping
Methods in com.db4o.internal.mapping with parameters of type ByteArrayBuffer Modifier and Type Method Description java.lang.Object
MappedIDPairHandler. readIndexEntry(Context context, ByteArrayBuffer reader)
void
MappedIDPairHandler. writeIndexEntry(Context context, ByteArrayBuffer reader, java.lang.Object obj)
-
Uses of ByteArrayBuffer in com.db4o.internal.marshall
Methods in com.db4o.internal.marshall that return ByteArrayBuffer Modifier and Type Method Description protected ByteArrayBuffer
ObjectReferenceContext. byteArrayBuffer()
ByteArrayBuffer
MarshallingContext. toWriteBuffer(Pointer4 pointer)
Methods in com.db4o.internal.marshall with parameters of type ByteArrayBuffer Modifier and Type Method Description void
MarshallingContext. debugPrependNextWrite(ByteArrayBuffer prepend)
void
ClassMarshaller. read(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)
FieldMetadata
FieldMarshaller. read(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)
FieldMetadata
FieldMarshaller0. read(ObjectContainerBase stream, ClassMetadata containingClass, ByteArrayBuffer reader)
abstract java.util.Date
PrimitiveMarshaller. readDate(ByteArrayBuffer bytes)
java.util.Date
PrimitiveMarshaller0. readDate(ByteArrayBuffer bytes)
java.util.Date
PrimitiveMarshaller1. readDate(ByteArrayBuffer bytes)
abstract java.lang.Object
PrimitiveMarshaller. readDouble(ByteArrayBuffer buffer)
java.lang.Object
PrimitiveMarshaller0. readDouble(ByteArrayBuffer buffer)
java.lang.Object
PrimitiveMarshaller1. readDouble(ByteArrayBuffer buffer)
abstract java.lang.Object
PrimitiveMarshaller. readFloat(ByteArrayBuffer buffer)
java.lang.Object
PrimitiveMarshaller0. readFloat(ByteArrayBuffer bytes)
java.lang.Object
PrimitiveMarshaller1. readFloat(ByteArrayBuffer bytes)
ObjectHeaderAttributes
SlotFormat. readHeaderAttributes(ByteArrayBuffer reader)
ObjectHeaderAttributes
SlotFormat0. readHeaderAttributes(ByteArrayBuffer reader)
protected abstract void
ClassMarshaller. readIndex(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)
protected void
ClassMarshaller0. readIndex(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)
protected void
ClassMarshaller1. readIndex(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)
protected void
ClassMarshaller2. readIndex(ObjectContainerBase stream, ClassMetadata clazz, ByteArrayBuffer reader)
abstract java.lang.Object
PrimitiveMarshaller. readInteger(ByteArrayBuffer buffer)
java.lang.Object
PrimitiveMarshaller0. readInteger(ByteArrayBuffer bytes)
java.lang.Object
PrimitiveMarshaller1. readInteger(ByteArrayBuffer bytes)
abstract java.lang.Object
PrimitiveMarshaller. readLong(ByteArrayBuffer buffer)
java.lang.Object
PrimitiveMarshaller0. readLong(ByteArrayBuffer buffer)
java.lang.Object
PrimitiveMarshaller1. readLong(ByteArrayBuffer buffer)
int
ClassMarshaller. readMetaClassID(ByteArrayBuffer reader)
byte[]
ClassMarshaller. readName(Transaction trans, ByteArrayBuffer reader)
abstract java.lang.Object
PrimitiveMarshaller. readShort(ByteArrayBuffer buffer)
java.lang.Object
PrimitiveMarshaller0. readShort(ByteArrayBuffer buffer)
java.lang.Object
PrimitiveMarshaller1. readShort(ByteArrayBuffer buffer)
protected abstract RawFieldSpec
AbstractFieldMarshaller. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)
RawFieldSpec
AbstractFieldMarshaller. readSpec(ObjectContainerBase stream, ByteArrayBuffer reader)
RawClassSpec
ClassMarshaller. readSpec(Transaction trans, ByteArrayBuffer reader)
RawFieldSpec
FieldMarshaller. readSpec(ObjectContainerBase stream, ByteArrayBuffer reader)
protected RawFieldSpec
FieldMarshaller0. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)
protected RawFieldSpec
FieldMarshaller1. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)
protected RawFieldSpec
FieldMarshaller2. readSpec(AspectType aspectType, ObjectContainerBase stream, ByteArrayBuffer reader)
static ObjectHeader
ObjectHeader. scrollBufferToContent(LocalObjectContainer container, ByteArrayBuffer buffer)
void
SlotFormat. skipMarshallerInfo(ByteArrayBuffer reader)
void
SlotFormat0. skipMarshallerInfo(ByteArrayBuffer reader)
static java.lang.Double
PrimitiveMarshaller0. unmarshalDouble(ByteArrayBuffer buffer)
static java.lang.Float
PrimitiveMarshaller0. unmarshallFloat(ByteArrayBuffer buffer)
static short
PrimitiveMarshaller0. unmarshallShort(ByteArrayBuffer buffer)
void
ClassMarshaller. write(Transaction trans, ClassMetadata clazz, ByteArrayBuffer writer)
void
FieldMarshaller. write(Transaction trans, ClassMetadata clazz, ClassAspect aspect, ByteArrayBuffer writer)
void
FieldMarshaller0. write(Transaction trans, ClassMetadata clazz, ClassAspect aspect, ByteArrayBuffer writer)
void
FieldMarshaller1. write(Transaction trans, ClassMetadata clazz, ClassAspect aspect, ByteArrayBuffer writer)
void
FieldMarshaller2. write(Transaction trans, ClassMetadata clazz, ClassAspect aspect, ByteArrayBuffer writer)
protected void
ClassMarshaller. writeIndex(Transaction trans, ClassMetadata clazz, ByteArrayBuffer writer)
void
SlotFormat. writeObjectClassID(ByteArrayBuffer buffer, int id)
void
SlotFormat0. 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.slots
Methods in com.db4o.internal.slots with parameters of type ByteArrayBuffer Modifier and Type Method Description java.lang.Object
SlotChange. read(ByteArrayBuffer reader)
void
SlotChange. write(ByteArrayBuffer writer)
-
Uses of ByteArrayBuffer in com.db4o.internal.transactionlog
Methods in com.db4o.internal.transactionlog with parameters of type ByteArrayBuffer Modifier and Type Method Description protected void
TransactionLogHandler. appendSlotChanges(ByteArrayBuffer writer, Visitable slotChangeVisitable)
protected void
TransactionLogHandler. readWriteSlotChanges(ByteArrayBuffer buffer)
-