- All Known Subinterfaces:
- ILibraryDependentCore
- All Known Implementing Classes:
- AbstractCoreReader,- AIXDumpReader,- ELFAArch64DumpReader,- ELFAMD64DumpReader,- ELFARM32DumpReader,- ELFDumpReader,- ELFIA32DumpReader,- ELFPPC32DumpReader,- ELFPPC64DumpReader,- ELFRISCV64DumpReader,- ELFS39031DumpReader,- ELFS39064DumpReader,- MachoDumpReader,- MiniDumpReader
public interface ICore
Interface representing core dump.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()Close the handle to the core file and release any resourcesCollection<? extends IAddressSpace>This is the dump format expressed as a string e.g. elf or xcoff.default booleanIs this core file truncated (i.e. incomplete)?
- 
Field Details- 
PROCESSOR_COUNT_PROPERTY- See Also:
 
- 
PROCESSOR_TYPE_PROPERTY- See Also:
 
- 
PROCESSOR_SUBTYPE_PROPERTY- See Also:
 
- 
SYSTEM_TYPE_PROPERTY- See Also:
 
- 
SYSTEM_SUBTYPE_PROPERTY- See Also:
 
- 
CORE_CREATE_TIME_PROPERTY- See Also:
 
 
- 
- 
Method Details- 
getAddressSpacesCollection<? extends IAddressSpace> getAddressSpaces()- Returns:
- Address spaces held in this core dump
 
- 
getDumpFormatString 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:
 
- 
getPlatformPlatform getPlatform()- Returns:
- Platform that created the dump
 
- 
getPropertiesProperties getProperties()- Returns:
- Property set for this core
 
- 
isTruncateddefault boolean isTruncated()Is this core file truncated (i.e. incomplete)?
- 
closeClose the handle to the core file and release any resources- Throws:
- IOException
 
 
-