Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EndOfCentralDirectory

4.3.16: end of central directory record end of central dir signature 4 bytes (0x06054b50) number of this disk 2 bytes number of the disk with the start of the central directory 2 bytes total number of entries in the central directory on this disk 2 bytes total number of entries in the central directory 2 bytes size of the central directory 4 bytes offset of start of central directory with respect to the starting disk number 4 bytes .ZIP file comment length 2 bytes .ZIP file comment (variable size)

Hierarchy

  • EndOfCentralDirectory

Index

Constructors

constructor

Methods

cdDiskEntryCount

  • cdDiskEntryCount(): number

cdDiskNumber

  • cdDiskNumber(): number

cdOffset

  • cdOffset(): number

cdSize

  • cdSize(): number

cdTotalEntryCount

  • cdTotalEntryCount(): number

cdZipComment

  • cdZipComment(): string

cdZipCommentLength

  • cdZipCommentLength(): number

diskNumber

  • diskNumber(): number

rawCdZipComment

  • rawCdZipComment(): Buffer

Generated using TypeDoc