Class CFragResourceMember
java.lang.Object
ghidra.app.util.bin.format.macos.cfm.CFragResourceMember
- All Implemented Interfaces:
- StructConverter
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final int
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
kNullCFragVersionpublic static final int kNullCFragVersion- See Also:
 
- 
kWildcardCFragVersionpublic static final int kWildcardCFragVersion- See Also:
 
 
- 
- 
Constructor Details- 
CFragResourceMember- Throws:
- IOException
 
 
- 
- 
Method Details- 
getArchitecture
- 
getUpdateLevelpublic byte getUpdateLevel()
- 
getCurrentVersionpublic int getCurrentVersion()
- 
getOldDefVersionpublic int getOldDefVersion()
- 
getUUsage1
- 
getUUsage2
- 
getUsage
- 
getWhere
- 
getOffsetpublic int getOffset()
- 
getLengthpublic int getLength()
- 
getUWhere1
- 
getUWhere2
- 
getExtensionCountpublic int getExtensionCount()
- 
getMemberSizepublic int getMemberSize()
- 
getName
- 
toDataTypeDescription copied from interface:StructConverterReturns a structure datatype representing the contents of the implementor of this interface.For example, given: class A { int foo; double bar; }The return value should be a structure data type with two data type components; an INT and a DOUBLE. The structure should contain field names and, if possible, field comments. - Specified by:
- toDataTypein interface- StructConverter
- Returns:
- returns a structure datatype representing the implementor of this interface
- Throws:
- DuplicateNameException- when a datatype of the same name already exists
- IOException- if an IO-related error occurs
- See Also:
 
 
-