|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageSection
Represents a range of memory used for a specific purpose.
ImageModule
Method Summary | |
---|---|
ImagePointer |
getBaseAddress()
Get the lowest address of memory in this section. |
java.lang.String |
getName()
Get the name of this section (e.g. |
long |
getSize()
Get the size of this contiguous image section as measured in bytes. |
boolean |
isExecutable()
Does this section contain executable code ? |
boolean |
isReadOnly()
Is this section read-only ? |
boolean |
isShared()
Is this section shared with other VMs. |
Method Detail |
---|
ImagePointer getBaseAddress()
long getSize()
java.lang.String getName()
boolean isExecutable() throws DataUnavailable
DataUnavailable
boolean isReadOnly() throws DataUnavailable
DataUnavailable
boolean isShared() throws DataUnavailable
DataUnavailable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |