revise file_format.md
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
174d30a8b6
commit
004f4f2cd9
1 changed files with 3 additions and 2 deletions
|
@ -46,5 +46,6 @@ Following the file-count bytes, the following bytes are added for each file:
|
||||||
4. If this file is a symbolic link:
|
4. If this file is a symbolic link:
|
||||||
1. 2 bytes is 16-bit unsigned integer "link target path" in big-endian.
|
1. 2 bytes is 16-bit unsigned integer "link target path" in big-endian.
|
||||||
2. X bytes of link-target-path (length defined by previous value).
|
2. X bytes of link-target-path (length defined by previous value).
|
||||||
5. 8 bytes 64-bit unsigned integer "size of filename in this archive file".
|
5. If this file is NOT a symbolic link:
|
||||||
6. X bytes file data (length defined by previous value).
|
1. 8 bytes 64-bit unsigned integer "size of filename in this archive file".
|
||||||
|
2. X bytes file data (length defined by previous value).
|
||||||
|
|
Loading…
Reference in a new issue