Talk:Apk spec: Difference between revisions
(→gzip stream or gzip member: new section) |
No edit summary |
||
Line 25: | Line 25: | ||
== gzip stream or gzip member == | == gzip stream or gzip member == | ||
Gzip | Gzip streams could perhaps be called members as the rfc1952 refers them to or the gzip documentation https://www.gnu.org/software/gzip/manual/html_node/Advanced-usage.html. |
Revision as of 19:08, 2 March 2023
Gzip Streams | apk-gzip-stream1 | apk-gzip-stream2 | apk-gzip-stream-3 |
Tar | apk-tar-segment-1 | apk-tar-segment-2 | apk-tarball |
Blocks | [h1, d, ...] | [h, d, ...] | [h, d, h, d, ..., eof1, eof2 ] |
Files | Package Signature | Control Data | Package Data |
Gzip Streams | index-gzip-stream1 | index-gzip-stream2 |
Tar | index-tar-segment-1 | index-tar-segment-2 |
Blocks | [h1, d, ...] | [h, d, ..., eof1, eof2] |
Files | Index Signature | Description and APKINDEX |
gzip stream or gzip member
Gzip streams could perhaps be called members as the rfc1952 refers them to or the gzip documentation https://www.gnu.org/software/gzip/manual/html_node/Advanced-usage.html.