mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 22:07:42 +00:00
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:
parent
7101372167
commit
131d4c92c2
6 changed files with 27 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue