public class AddressSpace extends Object
| Constructor and Description |
|---|
AddressSpace() |
| Modifier and Type | Method and Description |
|---|---|
void |
hexDump(PrintStream pw,
int start,
int end)
Dump out all registers in the specified address range.
|
void |
hexLoad(Reader reader)
Load a hexdump file into this address space.
|
int |
read(int address) |
void |
write(int address,
int value) |
public int read(int address)
public void write(int address,
int value)
public void hexDump(PrintStream pw, int start, int end)
pw - The PrintWriter to output tostart - The start addressend - The end addresspublic void hexLoad(Reader reader) throws IOException
reader - A reader for reading the file.IOException - If an IOException occurs, or if the file has bad
content.Copyright © 2018 LSST. All rights reserved.