jmce - 1_02

jmce.sim
Class LoadInfo

java.lang.Object
  extended by jmce.sim.LoadInfo

public class LoadInfo
extends java.lang.Object

Load information. Hold information after a file is loaded in memory.

Version:
1.00
Author:
Mario Viara

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

start

public int start
Address of the first byte loaded


end

public int end
Address of the last byte loader

Constructor Detail

LoadInfo

public LoadInfo()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getSize

public int getSize()
Return the size of this download


jmce - 1_02