![]() |
Plasma Engine
2.0
|
Implements the ozz::io::Stream interface for writing. The data is gathered in an plOzzArchiveData object. More...
#include <OzzUtils.h>

Public Member Functions | |
| plOzzStreamWriter (plOzzArchiveData &ref_data) | |
| virtual bool | opened () const override |
| virtual size_t | Read (void *pBuffer, size_t uiSize) override |
| virtual size_t | Write (const void *pBuffer, size_t uiSize) override |
| virtual int | Seek (int iOffset, Origin origin) override |
| virtual int | Tell () const override |
| virtual size_t | Size () const override |
Implements the ozz::io::Stream interface for writing. The data is gathered in an plOzzArchiveData object.
The class is implemented inline and not DLL exported because ozz is only available as a static library.