Interface HexImageWriter

All Superinterfaces:
AutoCloseable, HexImage
All Known Implementing Classes:
IntelHexWriter

public interface HexImageWriter extends AutoCloseable, HexImage
  • Method Details

    • writeByte

      void writeByte(int data) throws IOException
      Throws:
      IOException
    • writeWord

      void writeWord(int data) throws IOException
      Throws:
      IOException
    • writeDWord

      void writeDWord(long data) throws IOException
      Throws:
      IOException
    • setAddress

      void setAddress(int address)
    • setSegmentAddress

      void setSegmentAddress(int address)
    • setStartAddress

      void setStartAddress(int address)
    • setSegmentStartAddress

      void setSegmentStartAddress(int address)