Wwise SDK 2019.2.14
IReadBytes
Version
Wwise SDK 2019.2.14
|
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 () |
template<class CHAR_T > | |
bool | ReadString (CHAR_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