| java.lang.Object com.db4o.internal.BufferPair
Method Summary | |
public DefragContext | context() | public void | copyBytes(byte[] target, int sourceOffset, int targetOffset, int length) | public int | copyID() | public int | copyID(boolean flipNegative, boolean lenient) | public MappedIDPair | copyIDAndRetrieveMapping() | public int | copyUnindexedID() | public void | incrementIntSize() | public void | incrementOffset(int numBytes) | public void | incrementStringOffset(LatinStringIO sio) | public IDMapping | mapping() | public int | offset() | public void | offset(int offset) | public int | preparePayloadRead() | public static void | processCopy(DefragContext context, int sourceID, SlotCopyHandler command) | public static void | processCopy(DefragContext context, int sourceID, SlotCopyHandler command, boolean registerAddressMapping) | public static void | processCopy(DefragContext context, int sourceID, SlotCopyHandler command, boolean registerAddressMapping, Buffer sourceReader) | public void | readBegin(byte identifier) | public BitMap4 | readBitMap(int bitCount) | public byte | readByte() | public void | readEnd() | public int | readInt() | public long | readLong() | public Buffer | source() | public Transaction | systemTrans() | public Buffer | target() | public void | write(LocalObjectContainer file, int address) | public void | writeByte(byte value) | public void | writeInt(int value) | public void | writeLong(long value) |
copyBytes | public void copyBytes(byte[] target, int sourceOffset, int targetOffset, int length)(Code) | | |
copyID | public int copyID()(Code) | | |
copyID | public int copyID(boolean flipNegative, boolean lenient)(Code) | | |
copyUnindexedID | public int copyUnindexedID()(Code) | | |
incrementIntSize | public void incrementIntSize()(Code) | | |
incrementOffset | public void incrementOffset(int numBytes)(Code) | | |
offset | public int offset()(Code) | | |
offset | public void offset(int offset)(Code) | | |
preparePayloadRead | public int preparePayloadRead()(Code) | | |
readBegin | public void readBegin(byte identifier)(Code) | | |
readByte | public byte readByte()(Code) | | |
readEnd | public void readEnd()(Code) | | |
readInt | public int readInt()(Code) | | |
readLong | public long readLong()(Code) | | |
writeByte | public void writeByte(byte value)(Code) | | |
writeInt | public void writeInt(int value)(Code) | | |
writeLong | public void writeLong(long value)(Code) | | |
|
|