|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageModule
Represents a shared library loaded into the image, or the executable module itself
Method Summary | |
---|---|
java.lang.String |
getName()
Get the file name of the shared library. |
java.util.Properties |
getProperties()
Get the table of properties associated with this module. |
java.util.Iterator |
getSections()
Get the collection of sections that make up this library. |
java.util.Iterator |
getSymbols()
Provides a collection of symbols defined by the library. |
Method Detail |
---|
java.lang.String getName() throws CorruptDataException
CorruptDataException
- If the module is corrupt and the
original file cannot be determinedjava.util.Iterator getSections()
ImageSection
,
CorruptData
java.util.Iterator getSymbols()
ImageSymbol
,
CorruptData
java.util.Properties getProperties() throws CorruptDataException
CorruptDataException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |