Package be.lmenten.avr.binfmt.hex
Interface HexImageReader
- All Superinterfaces:
AutoCloseable
,HexImage
- All Known Implementing Classes:
IntelHexReader
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
Methods inherited from interface be.lmenten.avr.binfmt.hex.HexImage
getEndianness, setEndianness
-
Method Details
-
eof
- Throws:
IOException
-
readByte
- Throws:
IOException
-
readWord
- Throws:
IOException
-
readDWord
- Throws:
IOException
-
hasLinearAddress
boolean hasLinearAddress() -
hasSegmentAddress
boolean hasSegmentAddress() -
getAddress
int getAddress() -
getStartAddress
int getStartAddress()
-