Structures for Zip Files
|
Previous Top Next |
· | A possible Header that could be the code of a self-extracting Zip File program or nothing at all.
|
· | This is followed by one or more File Entries,
|
· | which always consist of a Local File Record,
|
· | which is possibly followed by the (compressed or stored) Data of the File Entry,
|
· | which is possibly followed by a Data Descriptor Record, which is currently not supported by XbZLib!
|
· | At the end of the Zip File is a Central Directory,
|
· | which consists of one or more Central Directory Records (one for each Local File Record or File Entry),
|
· | which is possibly followed by a Digital Signature, which is currently not supported by XbZLib!
|
· | which is possibly followed by a Zip64 End of Central Directory Record, which is currently not supported by XbZLib!
|
· | which is possibly followed by a Zip64 End of Central Directory Locator, which is currently not supported by XbZLib!
|
· | which is always concluded by an End of Central Directory Record.
|
|