public class MemRegion extends Object implements Comparable<MemRegion>
| Modifier and Type | Field and Description |
|---|---|
long |
begin |
long |
end |
long |
offset |
int |
perms |
long |
virtualAddress |
| Constructor and Description |
|---|
MemRegion(long virtualAddress,
long begin,
long end,
int perms,
LibraryFile libraryFile,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MemRegion o) |
static MemRegion |
create(long begin,
int size,
int perms,
String name) |
String |
getName() |
byte[] |
readLibrary() |
public final long virtualAddress
public final long begin
public final long end
public final int perms
public final long offset
public MemRegion(long virtualAddress,
long begin,
long end,
int perms,
LibraryFile libraryFile,
long offset)
public String getName()
public byte[] readLibrary()
throws IOException
IOExceptionpublic int compareTo(MemRegion o)
compareTo in interface Comparable<MemRegion>Copyright © 2026. All rights reserved.