PackageReaderImpl: Add public TOC section accessor
This commit is contained in:
@@ -45,6 +45,9 @@ public:
|
|||||||
BAbstractBufferedDataReader* HeapReader() const
|
BAbstractBufferedDataReader* HeapReader() const
|
||||||
{ return inherited::HeapReader(); }
|
{ return inherited::HeapReader(); }
|
||||||
|
|
||||||
|
inline const PackageFileSection& TOCSection() const
|
||||||
|
{ return fTOCSection; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// from ReaderImplBase
|
// from ReaderImplBase
|
||||||
virtual status_t ReadAttributeValue(uint8 type, uint8 encoding,
|
virtual status_t ReadAttributeValue(uint8 type, uint8 encoding,
|
||||||
|
|||||||
Reference in New Issue
Block a user