adds read() for SectionIndexData

updates unit-tests
This commit is contained in:
mfreiholz
2016-04-05 13:23:01 +02:00
parent 0105ee1de7
commit d8dc37b788
3 changed files with 53 additions and 6 deletions

View File

@@ -153,6 +153,7 @@ public:
InMemoryReader(const QByteArray& data);
bool initReadHeader();
bool read(qint32 entryType, QByteArray &data);
bool read(SectionIndexData& sid);
qint32 offsetsCount() const { return _offsetsHeader.entriesCount; }
private: