Athena IO Library
BinaryWriter Class Reference

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

#include <MemoryWriter.hpp>

Collaboration diagram for BinaryWriter:
Collaboration graph

Detailed Description

A Stream class for writing binary data.

A Class for writing binary data to a file or memory stream, all work is done using a memory buffer, and not written directly to 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: