Write uncompressed package file TOC, if necessary

This commit is contained in:
Ingo Weinhold
2011-11-25 06:19:00 +01:00
parent 2fac6eaa60
commit 8ffba2a6cb
2 changed files with 71 additions and 18 deletions
@@ -79,6 +79,14 @@ private:
void _AttributeRemoved(Attribute* attribute);
void _WriteTOC(hpkg_header& header);
int32 _WriteTOCCompressed(
uint64& _uncompressedStringsSize,
uint64& _uncompressedMainSize,
uint64& _tocUncompressedSize);
int32 _WriteTOCUncompressed(
uint64& _uncompressedStringsSize,
uint64& _uncompressedMainSize,
uint64& _tocUncompressedSize);
int32 _WriteTOCSections(uint64& _stringsSize,
uint64& _mainSize);
void _WriteAttributeChildren(Attribute* attribute);