Free Electron
|
Binary IO. More...
#include <Stream.h>
Public Member Functions | |
BinaryStream (sp< Scope > spScope) | |
virtual void | bind (sp< Scope > spScope) |
virtual void | output (std::ostream &ostrm, sp< RecordGroup > spRG) |
virtual sp< RecordGroup > | input (std::istream &istrm) |
const String & | name (void) const |
Private Attributes | |
sp< Scope > | m_spScope |
sp< Writer > | m_spWriter |
sp< Reader > | m_spReader |
String | m_name |
Binary IO.