Talk:Apk spec: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
| '''Tar''' || apk-tar-segment-1 || apk-tar-segment-2 || apk-tarball | | '''Tar''' || apk-tar-segment-1 || apk-tar-segment-2 || apk-tarball | ||
|- | |- | ||
| '''Blocks''' || [h1, d, ...] || [h, d, ...] || [h, d, h, d, ..., | | '''Blocks''' || [h1, d, ...] || [h, d, ...] || [h, d, h, d, ..., eof1, eof2 ] | ||
|- | |- | ||
| '''Files''' || Package Signature || Control Data || Package Data | | '''Files''' || Package Signature || Control Data || Package Data | ||
Line 18: | Line 18: | ||
| '''Tar''' || index-tar-segment-1 || index-tar-segment-2 | | '''Tar''' || index-tar-segment-1 || index-tar-segment-2 | ||
|- | |- | ||
| '''Blocks''' || [h1, d, ...] || [h, d, ..., | | '''Blocks''' || [h1, d, ...] || [h, d, ..., eof1, eof2] | ||
|- | |- | ||
| '''Files''' || Index Signature || Description and APKINDEX | | '''Files''' || Index Signature || Description and APKINDEX | ||
|} | |} |
Revision as of 17:31, 11 December 2022
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 |