Class PHDCorruptData

java.lang.Object
com.ibm.dtfj.phd.PHDCorruptData
  • Method Details

    • getAddress

      public ImagePointer getAddress()
      Description copied from interface: CorruptData
      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.
      Specified by:
      getAddress in interface CorruptData
      Returns:
      the address of the corrupted data.
    • toString

      public String toString()
      Description copied from interface: CorruptData
      Provides a string which describes the corruption.
      Specified by:
      toString in interface CorruptData
      Overrides:
      toString in class Object
      Returns:
      a descriptive string.