Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

c4_Stream Class Reference

A stream is a virtual helper class to serialize in binary form. More...

#include <mk4.h>

Inheritance diagram for c4_Stream:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual int Read (void *, int)=0
 Fetch some bytes sequentially.
virtual bool Write (const void *, int)=0
 Store some bytes sequentially.

Detailed Description

A stream is a virtual helper class to serialize in binary form.


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

Metakit C++ API Reference - https://www.equi4.com/metakit.html - extracted with Doxygen