Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CentralDirectoryEntry

Hierarchy

  • Entry
    • CentralDirectoryEntry

Index

Constructors

constructor

Properties

comment

comment: string

File comment

commentLength

commentLength: number

File comment length

compressedSize

compressedSize: number

Compressed size

compression

compression: number

Compression Method

crc32

crc32: number

CRC-32 of uncompressed data

diskNo

diskNo: number

Disk number where file starts

externalAttributes

externalAttributes: number

External file attributes

extraField

extraField: ExtraFields

Extra Field

extraFieldLength

extraFieldLength: number

Extra field length

extraFieldRaw

extraFieldRaw: Buffer

Raw Extra Field

fileName

fileName: string

File name

fileNameLength

fileNameLength: number

File name length

flags

flags: Flags

General purpose bit flag

internalAttributes

internalAttributes: InternalAttributes

Interal file attributes

lastModDate

lastModDate: number

File last modification date

lastModTime

lastModTime: number

File last modification time

offset

offset: number

Relative offset of local file header

raw

raw: Buffer

Raw buffer

uncompressedSize

uncompressedSize: number

Uncompressed size

version

version: number

Version made by

versionToExtract

versionToExtract: number

Version needed to extract (minimum)

Static signature

signature: number = 33639248

Central directory file header signature

Accessors

hostOS

lastMod

  • get lastMod(): Date

zipVersion

  • get zipVersion(): number

Generated using TypeDoc