Package ghidra.app.util.bin.format.omf
Class OmfNamesRecord
- java.lang.Object
-
- ghidra.app.util.bin.format.omf.OmfRecord
-
- ghidra.app.util.bin.format.omf.OmfNamesRecord
-
public class OmfNamesRecord extends OmfRecord
-
-
Constructor Summary
Constructors Constructor Description OmfNamesRecord(BinaryReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendNames(java.util.ArrayList<java.lang.String> namelist)
-
Methods inherited from class ghidra.app.util.bin.format.omf.OmfRecord
calcCheckSum, getRecordLength, getRecordType, hasBigFields, readCheckSumByte, readIndex, readInt1Or2, readInt2Or4, readRecord, readRecordHeader, readString, validCheckSum
-
-
-
-
Constructor Detail
-
OmfNamesRecord
public OmfNamesRecord(BinaryReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-