* Refactor Stream and *Reader classes

This commit is contained in:
2015-03-01 12:42:39 -08:00
parent 66962c554f
commit c28cfbaba6
40 changed files with 349 additions and 296 deletions

View File

@@ -17,7 +17,7 @@
#ifndef __ZQUESTFILEREADER_HPP__
#define __ZQUESTFILEREADER_HPP__
#include "Athena/BinaryReader.hpp"
#include "Athena/MemoryReader.hpp"
namespace Athena
{
@@ -29,9 +29,9 @@ namespace io
/*!
* \brief The ZQuestFileReader class
*/
class ZQuestFileReader : protected BinaryReader
class ZQuestFileReader : protected MemoryReader
{
BINARYREADER_BASE();
MEMORYREADER_BASE();
public:
/*!