.zip file, which stores .zip file information and reads file content.

Constructors

Accessors

  • get comment(): string
  • File Comment

    Returns string

  • get compressedSize(): number
  • Compressed file size

    Returns number

  • get crc32(): number
  • CRC32 check code

    Returns number

  • get extra(): any
  • Additional information

    Returns any

  • get modifiedDate(): Date
  • Last modification time of the file.

    Returns Date

  • get name(): string
  • File name (including path)

    Returns string

  • get uncompressedSize(): number
  • File size before compression

    Returns number

Methods

  • Read the data contained in the .zip file.

    Returns any

    Indicates the array of bytes to be read.