|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmce.sim.LoadInfo
public class LoadInfo
Load information. Hold information after a file is loaded in memory.
Field Summary | |
---|---|
int |
end
Address of the last byte loader |
int |
start
Address of the first byte loaded |
Constructor Summary | |
---|---|
LoadInfo()
|
Method Summary | |
---|---|
int |
getSize()
Return the size of this download |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int start
public int end
Constructor Detail |
---|
public LoadInfo()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int getSize()
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |