Interface ICore

  • Field Details

  • Method Details

    • getAddressSpaces

      Collection<? extends IAddressSpace> getAddressSpaces()
      Returns:
      Address spaces held in this core dump
    • getDumpFormat

      String getDumpFormat()
      This is the dump format expressed as a string e.g. elf or xcoff. It is recommended that this name is in lower case.
      Returns:
    • getPlatform

      Platform getPlatform()
      Returns:
      Platform that created the dump
    • getProperties

      Properties getProperties()
      Returns:
      Property set for this core
    • isTruncated

      default boolean isTruncated()
      Is this core file truncated (i.e. incomplete)?
    • close

      void close() throws IOException
      Close the handle to the core file and release any resources
      Throws:
      IOException