Minor tweaks to file format
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
This commit is contained in:
parent
efffb8c147
commit
cb79e4e45c
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
# File Format
|
# File Format
|
||||||
|
|
||||||
|
Note that any unused bytes/bits should be zeroed-out before being written.
|
||||||
|
|
||||||
## Format Version 0
|
## Format Version 0
|
||||||
|
|
||||||
File extension is "*.simplearchive"
|
File extension is "*.simplearchive"
|
||||||
|
@ -61,5 +63,6 @@ Following the file-count bytes, the following bytes are added for each file:
|
||||||
Is a NULL-terminated string. If the previous "size" value is 0, then
|
Is a NULL-terminated string. If the previous "size" value is 0, then
|
||||||
this entry does not exist and should be skipped.
|
this entry does not exist and should be skipped.
|
||||||
5. If this file is NOT a symbolic link:
|
5. If this file is NOT a symbolic link:
|
||||||
1. 8 bytes 64-bit unsigned integer "size of filename in this archive file".
|
1. 8 bytes 64-bit unsigned integer "size of filename in this archive file"
|
||||||
|
in big-endian.
|
||||||
2. X bytes file data (length defined by previous value).
|
2. X bytes file data (length defined by previous value).
|
||||||
|
|
Loading…
Reference in a new issue