Package ghidra.app.util.opinion
Class IntelHexRecordWriter
java.lang.Object
ghidra.app.util.opinion.IntelHexRecordWriter
-
Constructor Summary
ConstructorDescriptionIntelHexRecordWriter
(int maxBytesPerLine, boolean dropExtraBytes) Constructor -
Method Summary
-
Constructor Details
-
IntelHexRecordWriter
public IntelHexRecordWriter(int maxBytesPerLine, boolean dropExtraBytes) Constructor- Parameters:
maxBytesPerLine
- the maximum number of bytes to write per line in the hex outputdropExtraBytes
- if true, only lines matchingmaxBytesPerLine
will be output; remaining bytes will be left out
-
-
Method Details
-
addByte
-
finish
-