PackageFileSection
inline const PackageFileSection& TOCSection() const
PackageFileSection fTOCSection;
status_t InitSection(PackageFileSection& section,
status_t PrepareSection(PackageFileSection& section);
status_t ReadSection(const PackageFileSection& section);
inline PackageFileSection* CurrentSection();
inline void SetCurrentSection(PackageFileSection* section);
PackageFileSection fPackageAttributesSection;
PackageFileSection* fCurrentSection;
PackageFileSection(const char* _name)
PackageFileSection*
ReaderImplBase::SetCurrentSection(PackageFileSection* section)
~PackageFileSection()
inline const PackageFileSection& PackageAttributesSection() const
const PackageFileSection& attributesSection
const PackageFileSection& tocSection = packageReader.TOCSection();
ReaderImplBase::ReadSection(const PackageFileSection& section)
ReaderImplBase::InitSection(PackageFileSection& section, uint64 endOffset,
ReaderImplBase::PrepareSection(PackageFileSection& section)
PackageFileSection repositoryInfoSection("repository info");