ocean.util.compress.c.Zip

Record definitions for the PKZIP archive file format

Members

Static variables

ZipCentralDirectoryFileHeaderSignature
istring ZipCentralDirectoryFileHeaderSignature;

Signatures of the records in a Zip archive. Each record is preceded by the corresponding signature, except for ZipLocalFileSizeSignature, which is permitted to be missing.

ZipEndOfCentralDirectorySignature
istring ZipEndOfCentralDirectorySignature;

ditto *

ZipLocalFileHeaderSignature
istring ZipLocalFileHeaderSignature;

ditto *

ZipLocalFileSizeSignature
istring ZipLocalFileSizeSignature;

ditto *

Structs

EndOfCentralDirectoryRecord
struct EndOfCentralDirectoryRecord

Struct which is stored at the end of the archive. It is followed by a comment of length up to 65535 bytes.

ZipCentralDirectoryFileHeaderRecord
struct ZipCentralDirectoryFileHeaderRecord

Struct which is stored at the end of the archive. It is followed by a comment of length up to 65535 bytes.

ZipLocalFileHeaderRecord
struct ZipLocalFileHeaderRecord

Struct which is stored at the start of each file in the archive

ZipLocalFileSizeRecord
struct ZipLocalFileSizeRecord

Struct which is stored at the end of a file if the CRC and length were not known when the file compression began.

Meta