|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.jvm.dump.DvMemRanges | +--com.ibm.jvm.dump.SDFFMemRanges
Description: Whats the purpose of this class
Constructor Summary | |
SDFFMemRanges()
|
Method Summary | |
com.ibm.jvm.dump.DvAddress |
addressStart()
Description: |
static int |
countThem(long offset,
long length,
java.io.RandomAccessFile raf)
Description: |
byte[] |
getMetadata()
Description: |
long |
getOffset()
Description: |
static int |
getSize()
Description: |
long |
length()
Description: |
void |
loadFromFile(long o,
long length,
java.io.RandomAccessFile raf,
long i)
Description: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SDFFMemRanges()
Method Detail |
public com.ibm.jvm.dump.DvAddress addressStart()
Description:
Input :
Returned :
addressStart
in class com.ibm.jvm.dump.DvMemRanges
public long length()
Description:
Input :
Returned :
length
in class com.ibm.jvm.dump.DvMemRanges
public byte[] getMetadata()
Description:
Input :
Returned :
getMetadata
in class com.ibm.jvm.dump.DvMemRanges
public long getOffset()
Description:
Input :
Returned :
public static int getSize()
Description:
Input :
Returned :
public static int countThem(long offset, long length, java.io.RandomAccessFile raf)
Description:
Input :
Returned :
public void loadFromFile(long o, long length, java.io.RandomAccessFile raf, long i)
Description:
Input :
Returned :
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |