Modify the file format to not include rzip chunk size except for STDOUT chunked files thus decreasing the file format size further.

This commit is contained in:
Con Kolivas 2011-03-22 09:04:24 +11:00
parent 7101372167
commit 131d4c92c2
6 changed files with 27 additions and 12 deletions

View file

@ -28,7 +28,7 @@ Encrypted salt (bytes 6->14 in magic if encrypted):
Rzip Chunk Data:
0 Data offsets byte width (meaning length is < (2 * 8)^RCD0)
1 Flag that there is no chunk beyond this
(RCD0 bytes) Chunk decompressed size (not stored in encrypted file)
(RCD0 bytes) Chunk decompressed size (only stored in stdout chunked file)
XX Stream 0 header data
XX Stream 1 header data