mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
added buffer-copying subclass to MemoryReader/Writer
This commit is contained in:
@@ -35,9 +35,9 @@ namespace io
|
||||
* all work is done using a memory buffer, and not read directly from the disk.
|
||||
* \sa BinaryReader
|
||||
*/
|
||||
class ALTTPFileReader : protected MemoryReader
|
||||
class ALTTPFileReader : protected MemoryCopyReader
|
||||
{
|
||||
MEMORYREADER_BASE();
|
||||
MEMORYCOPYREADER_BASE();
|
||||
|
||||
public:
|
||||
/*! \brief This constructor takes an existing buffer to read from.
|
||||
|
||||
Reference in New Issue
Block a user