Plasma Engine  2.0
Loading...
Searching...
No Matches
plOzzStreamReader Class Reference

Implements the ozz::io::Stream interface for reading. The data has to be present in an plOzzArchiveData object. More...

#include <OzzUtils.h>

Inheritance diagram for plOzzStreamReader:

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
 

Detailed Description

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.


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