1 #ifndef __EA4_STORAGE_RAW_DATA_READER_FACTORY_EA3_H
2 #define __EA4_STORAGE_RAW_DATA_READER_FACTORY_EA3_H
4 #include "storage/RawDataReaderRegistry.h"
6 namespace ea4 {
namespace storage {
Reads data from storage.
Definition: DataReader.h:23
virtual DataReader * createReader(Index &index, RawDataReader::PrvData *prvData)
factory method
Private Data of RawDataReader.
Definition: RawDataReader.h:63
Base interface for the archiver's indices.
Definition: Index.h:16
Factory of RawDataReaderEA3s.
Definition: RawDataReaderFactoryEA3.h:9
Basic class of the format-specific factories of RawDataReaders.
Definition: RawDataReaderRegistry.h:11