Describes a write-only, endian aware stream. More...
#include <acedia_util.hpp>
Public Member Functions | |
virtual void | read (char *buffer,::size_t numBytes)=0 |
Read numBytes bytes from the io stream to buffer . | |
template<typename T > | |
void | readInt (T &value) |
Read an int8, int16, int32, int64 or one of their unsigned counterparts. | |
Related Functions | |
(Note that these are not member functions.) | |
void | operator>> (EndianAwareInputStream &s, acedia::String &str) |
void | operator>> (EndianAwareInputStream &s, std::string &str) |
Describes a write-only, endian aware stream.
Definition at line 891 of file acedia_util.hpp.
void operator>> | ( | EndianAwareInputStream & | s, | |
std::string & | str | |||
) | [related] |
Definition at line 384 of file acedia_util.cpp.
void operator>> | ( | EndianAwareInputStream & | s, | |
acedia::String & | str | |||
) | [related] |
Definition at line 379 of file acedia_util.cpp.