revise file_format.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s

This commit is contained in:
Stephen Seo 2024-07-04 13:13:52 +09:00
parent 174d30a8b6
commit 004f4f2cd9

View file

@ -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:
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).
5. 8 bytes 64-bit unsigned integer "size of filename in this archive file".
6. X bytes file data (length defined by previous value).
5. If this file is NOT a symbolic link:
1. 8 bytes 64-bit unsigned integer "size of filename in this archive file".
2. X bytes file data (length defined by previous value).