Class IntelHexRecordWriter


  • public class IntelHexRecordWriter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IntelHexRecordWriter​(int maxBytesPerLine, boolean dropExtraBytes)
      Constructor
    • Constructor Detail

      • IntelHexRecordWriter

        public IntelHexRecordWriter​(int maxBytesPerLine,
                                    boolean dropExtraBytes)
        Constructor
        Parameters:
        maxBytesPerLine - the maximum number of bytes to write per line in the hex output
        dropExtraBytes - if true, only lines matching maxBytesPerLine will be output; remaining bytes will be left out