Class Header

Overall ZIP file header. Also call "end of central directory record" Internally, ZIP files have only a single directory: the "central directory".

Constructors

Properties

commentLength: number

Comment length

data: ArrayBufferLike
disk: number

The number of this disk

diskEntryCount: number

Total number of entries on this disk

entriesDisk: number

The number of the disk with the start of the entries

offset: number

Offset of start of "central directory" with respect to the starting disk number

signature: number
size: number

Size of the "central directory"

totalEntryCount: number

Total number of entries

Accessors