28 return m_CanReadFromMemory;
33 m_ReadFromMemory = read;
37 return m_ReadFromMemory;
41 m_MemoryBuffer = dataArray;
virtual bool CanReadFromMemory()
Specifies, whether the file reader also can read a file from a memory buffer.
virtual void SetMemoryBuffer(const char *dataArray, unsigned int size)
To be used along with a call of SetReadFromMemory(true). This sets the memory buffer and the size fro...
virtual void SetReadFromMemory(bool read)
Set/Get functions to advise the file reader to use a memory array for reading a file.
virtual bool GetReadFromMemory()