![]() |
Plasma Engine
2.0
|
Implements the ozz::io::Stream interface for reading. The data has to be present in an plOzzArchiveData object. More...
#include <OzzUtils.h>

Public Member Functions | |
| plOzzStreamReader (const plOzzArchiveData &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 reading. The data has to be present in an plOzzArchiveData object.
The class is implemented inline and not DLL exported because ozz is only available as a static library.