com.ibm.dtfj.image
Interface CorruptData
- public interface CorruptData
- within a CorruptDataException
- returned as an element from an Iterator
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
getAddress()
Return an address associated with the corruption.
|
|
|
toString()
Provides a string which describes the corruption.
|
Method Detail
toString
- java.lang.String toString()
Provides a string which describes the corruption.
Overrides:
toString
in class java.lang.Object
Returns:
a descriptive string.
getAddress
- ImagePointer getAddress()
Return an address associated with the corruption.
If the corruption is not associated with an address, return null.
If the corruption is associated with more than one address, return
the one which best identifies the corruption.
Returns:
the address of the corrupted data.