Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 366 Bytes

SRec

Java classes that can read and write Motorola S-record files

Documentation

Use the SReader to read S-Record files Use the SWriter to write S-Record files

The description of an S-Record file was taken from https://en.wikipedia.org/wiki/SREC_(file_format)

Libraries used

Just the standard JDK and JSR305 for documenting null object references