public class HybridKeyWrapperOld extends java.lang.Object implements MemDataArray
Constructor and Description |
---|
HybridKeyWrapperOld() |
Modifier and Type | Method and Description |
---|---|
void |
read(long addr,
byte[] dst,
int dstOff,
int len) |
void |
read(long addr,
java.nio.ByteBuffer dst,
int dstOff,
int len) |
void |
read(long addr,
MemIO dst,
long dstAddr,
int len) |
int |
readByte(long addr) |
long |
size() |
java.lang.String |
toString() |
void |
writeByte(long addr,
int b) |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, fillLong, readBytes, readBytes, readInt, readLong, readShort, writeBytes, writeBytes, writeInt, writeLong, writeShort
readString
public void read(long addr, byte[] dst, int dstOff, int len)
public void read(long addr, java.nio.ByteBuffer dst, int dstOff, int len)
public void read(long addr, MemIO dst, long dstAddr, int len)
public java.lang.String toString()
toString
in class java.lang.Object