Athena IO Library
BinaryReader Class Reference

A Stream class for reading binary data. More...

#include <MemoryReader.hpp>

Collaboration diagram for BinaryReader:
Collaboration graph

Detailed Description

A Stream class for reading binary data.

A Class for reading binary data from a file or memory stream, all work is done using a memory buffer, and not read directly from the disk this allows for fast, flexible code as well as the ability to quickly modify data

See also
Stream

The documentation for this class was generated from the following file: