public class RawMemoryRegion extends Object
RawMemoryRegionFactory.getRegion()
methods of the raw memory region
factory classes, and it is used with methods such as
RawMemoryFactory.createRawByte(RawMemoryRegion, long, int, int)
and RawMemoryFactory.createRawDouble(RawMemoryRegion, long, int, int)
methods to identify the region from which the application wants to
get an accessor instance.
This is distinct from the, similarly named
PhysicalMemoryName
class, which is used with
memory area classes, specifically
ImmortalPhysicalMemory
and
LTPhysicalMemory
.
Modifier and Type | Method and Description |
---|---|
String |
getName()
Obtain the name of this raw memory region.
|
static RawMemoryRegion |
getRegion(String name)
Get the raw memory region with given name.
|
static boolean |
isRawMemoryRegion(String name)
A predicate on names for raw memory regions
|
String |
toString()
Obtain a string representation of this.
|
public static RawMemoryRegion getRegion(String name)
name
- of the regionpublic static boolean isRawMemoryRegion(String name)
name
- is the name to checkname
names an existing raw memory region.public final String getName()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.