A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Zip: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
Line 12: Line 12:
== PKWARE ==
== PKWARE ==


http://www.pkware.com/documents/casestudies/APPNOTE.TXT
* http://www.pkware.com/documents/casestudies/APPNOTE.TXT
http://mailman.vse.cz/pipermail/sc34wg1study/2010-November/000082.html
* http://mailman.vse.cz/pipermail/sc34wg1study/2010-November/000082.html

Revision as of 16:25, 30 August 2013

For http://fetch.spec.whatwg.org/#zip-archives we need to document the zip format. Either through reference to the PKWARE text, or via a new standard (XKCD-style).

Gecko

baku https://mxr.mozilla.org/mozilla-central/source/dom/file/ArchiveZipEvent.cpp
baku https://mxr.mozilla.org/mozilla-central/source/dom/file/ArchiveZipFile.cpp
baku so the first file (line 120~)
baku reads the file and creates ArchiveZipItem for each file contained in the archive
baku ArhiceZipFile implements a nsIInputStream and what it does is the reading of the content.
baku you have an ArchiveZipFile for each file.

PKWARE