public class UnsafeRegionMemory extends Object implements RegionMemory
| Constructor and Description |
|---|
UnsafeRegionMemory(long address,
Long length) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
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) |
public UnsafeRegionMemory(long address,
Long length)
public long size()
size in interface RegionMemorypublic byte get(long off)
get in interface RegionMemorypublic int read(long thisOff,
byte[] buf,
int off,
int len)
read in interface RegionMemorypublic long read(long thisOff,
RegionMemory buf,
long off,
long len)
read in interface RegionMemorypublic void write(long thisOff,
byte[] buf,
int off,
int len)
write in interface RegionMemorypublic void write(long thisOff,
RegionMemory buf,
long off,
long len)
write in interface RegionMemoryCopyright © 2016. All rights reserved.