Table of Contents
Wwise SDK 2018.1.11
|
AK::IReadBytes Class Referenceabstract
Inheritance diagram for AK::IReadBytes:

Public Member Functions | |
Interface | |
virtual bool | ReadBytes (void *in_pData, AkInt32 in_cBytes, AkInt32 &out_cRead)=0 |
Helpers | |
template<class T > | |
bool | Read (T &out_data) |
template<class T > | |
T | Read () |
bool | ReadString (wchar_t *out_pszString, AkInt32 in_nMax) |
Detailed Description
Generic binary input interface.
- Warning
- The functions in this interface are not thread-safe, unless stated otherwise.
The documentation for this class was generated from the following file:
- include/AK/IBytes.h