public class HybridKeyWrapper extends java.lang.Object implements MemDataArray
| Constructor and Description |
|---|
HybridKeyWrapper() |
| 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, waitequals, fillLong, readBytes, readBytes, readInt, readLong, readShort, writeBytes, writeBytes, writeInt, writeLong, writeShortreadStringpublic 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