Package ghidra.app.util.bin.format.omf
Class OmfLineNumberRecord
- java.lang.Object
-
- ghidra.app.util.bin.format.omf.OmfRecord
-
- ghidra.app.util.bin.format.omf.OmfLineNumberRecord
-
public class OmfLineNumberRecord extends OmfRecord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OmfLineNumberRecord.LineSubrecord
-
Constructor Summary
Constructors Constructor Description OmfLineNumberRecord(BinaryReader reader)
-
Method Summary
-
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
-
OmfLineNumberRecord
public OmfLineNumberRecord(BinaryReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-