All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----bmsi.edx.Edxmap
| Summary |
public class Edxmap
extends java.lang.Object
implements bmsi.edx.Edxsys,
bmsi.edx.Edxccb,
bmsi.edx.Edxprg,
bmsi.edx.Edxtcb
{
// Constructors 1
public Edxmap(EDX) throws EDXException;
// Methods 3
public static void main(String[]) throws Exception;
public Edxmap.Proghdr[] getMap(int);
public void printAll();
// Inner Classes 1
public class Edxmap.Proghdr
}
Provides high level access to the EDX program load map.
| Constructors |
· Edxmap | Summary | Top |
public Edxmap(EDX edx) throws EDXException
| Methods |
· printAll | Summary | Top |
public void printAll()
Display all partitions on System.out.
· getMap | Summary | Top |
public Edxmap.Proghdr[] getMap(int key)
Return an array of extended map entries.
Parameter Description key the EDX address key of the partition to map
- Returns:
- null if partition does not exist
· main | Summary | Top |
public static void main(String[] argv) throws Exception
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7