MXMLStream Class Reference
[Micro XML Document Object Model]
#include <mxmldom.h>
Detailed Description
Stream interface.MXMLStream derived objects may be used with MXMLDocument to load and save XML documents.
Public Member Functions | |
virtual size_t | Read (void *a_buffer, size_t a_bytes)=0 |
Read from the stream. | |
virtual size_t | Write (const void *a_buffer, size_t a_bytes)=0 |
Write to the stream. |
Member Function Documentation
|
Read from the stream.
|
|
Write to the stream.
|
The documentation for this class was generated from the following file:
- mxmldom.h