|
ADTF File Library
|
#include <indexedfilewriter_v201_v301.h>
Public Member Functions | |
| virtual void | write (const void *data, size_t data_size)=0 |
| Writes the data to the output stream. | |
Base class for direct streaming write access to files. Typically, only a single instance of this interface can exist per file at a time.
|
pure virtual |
Writes the data to the output stream.
| data | the data to write |
| data_size | the data size in bytes |