MyraMath
Classes
ByteStreams.h File Reference

Streams that serialize/deserialize to char* buffer. More...

#include <myramath/io/Streams.h>
#include <stdexcept>
Include dependency graph for ByteStreams.h:

Go to the source code of this file.

Classes

class  myra::ByteOutputStream
 An OutputStream that thinly wraps a char* buffer. More...
 
class  myra::ByteInputStream
 An InputStream that thinly wraps a const char* buffer. More...
 

Detailed Description

Streams that serialize/deserialize to char* buffer.