Package ghidra.app.util.bin.format.omf
Class OmfCommentRecord
- java.lang.Object
 - 
- ghidra.app.util.bin.format.omf.OmfRecord
 - 
- ghidra.app.util.bin.format.omf.OmfCommentRecord
 
 
 
- 
public class OmfCommentRecord extends OmfRecord
 
- 
- 
Constructor Summary
Constructors Constructor Description OmfCommentRecord(BinaryReader reader) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetCommentClass()java.lang.StringgetValue()- 
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
- 
OmfCommentRecord
public OmfCommentRecord(BinaryReader reader) throws java.io.IOException
- Throws:
 java.io.IOException
 
 - 
 
 -