Options
All
  • Public
  • Public/Protected
  • All
Menu

Zip archive information containing all file entries in the zip and their chunk byte range configuration

Hierarchy

  • IZipArchiveInformation

Index

Properties

dataChunkDescriptors

dataChunkDescriptors: IByteRange[]

The chunk configuration used for the zip archive.

sha1Signature

sha1Signature: string

The SHA-1 signature of the zip archive's central directory as a lower-cased hex string.

deprecated

since 3.0.0. Please use signature.sha1Hash instead.

nativeignore

signature

Contains the "signature" of a ZIP archive and information on how it was calculated. This can be used to identify a ZIP archive using only a small portion of the ZIP archive data.

zipEntries

zipEntries: IZipEntry[]

All file entries within the zip archive.

Generated using TypeDoc