|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.croesch.micro_debug.mic1.mem.IJVMConfigReader
public final class IJVMConfigReader
Reads the configuration file for the ijvm-code and can parse it.
| Constructor Summary | |
|---|---|
IJVMConfigReader()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.Integer,IJVMCommand> |
readConfig(java.io.InputStream in)
Tries to read configuration file from the given stream and returns the map with parsed entries. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IJVMConfigReader()
| Method Detail |
|---|
@NotNull public java.util.Map<java.lang.Integer,IJVMCommand> readConfig(java.io.InputStream in)
in - the InputStream to read the configuration from
Map that contains the memory addresses and the IJVMCommands for that addresses, fetched
from the configuration file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||