Skip to content

Implement a file reader class #14

@YanzhaoW

Description

@YanzhaoW

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions