code wiki / zip
topic: zip
7 modules sharing the zip name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| _zip_extract_authored.nx | ZIP local header + inflate entry, bits-up | 22 | 4 |
| nx_zip.nx | ZIP archive writer + reader (STORED method): a COMPLETE pair. | 264 | 13 |
| nx_zip_extract1.nx | sovereign single-entry ZIP extractor (STORED or DEFLATE). | 164 | 8 |
| nx_zip_gate.nx | proves the ZIP writer/reader pair by ROUND-TRIP. | 172 | 3 |
| nx_zip_header.nx | parse PKZIP APPNOTE 6.3.x framing. | 210 | 7 |
| nx_zip_read.nx | SOVEREIGN ZIP reader (the first half of the PyTorch .bin loader). A PyTorch .bin is a ZIP | 101 | 8 |
| zip_header.nx | parse PKZIP APPNOTE 6.3.x framing. | 203 | 7 |