public interface RegionMemory extends Serializable
| Modifier and Type | Method and Description |
|---|---|
byte |
get(long off) |
int |
read(long thisOff,
byte[] buf,
int off,
int len) |
long |
read(long thisOff,
RegionMemory buf,
long off,
long len) |
long |
size() |
void |
write(long thisOff,
byte[] buf,
int off,
int len) |
void |
write(long thisOff,
RegionMemory buf,
long off,
long len) |
long size()
int read(long thisOff,
byte[] buf,
int off,
int len)
long read(long thisOff,
RegionMemory buf,
long off,
long len)
void write(long thisOff,
byte[] buf,
int off,
int len)
void write(long thisOff,
RegionMemory buf,
long off,
long len)
byte get(long off)
Copyright © 2016. All rights reserved.