tldr
Write a class which does the opposite of what BinaryWriter does.
Description
A file reader class should do the following:
- Read a binary file produced by the writer class. The name of the executable is
integration_test_writer in the bin folder.
- Read data from the binary file entry by entry and each entry contains different entry points.
- Have a method to query the current entry.
Check documentation regarding the Writer class.
Requirements
- One pull request
- Full testing to make sure the test coverage stays at 100%
- Full doxygen documentation
- Pass all CI pipelines
tldr
Write a class which does the opposite of what
BinaryWriterdoes.Description
A file reader class should do the following:
integration_test_writerin thebinfolder.Check documentation regarding the Writer class.
Requirements