Options
All
  • Public
  • Public/Protected
  • All
Menu

Metadata about a file entry in a zip archive.

Hierarchy

  • IZipEntry

Index

Properties

compressedSize: number

The size of the compressed data.

long
compressionMethod: number

The compression method used. See chapter 4.4.5 in https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT The only supported methods are: 0 - The file is stored (no compression) 8 - The file is Deflated

int
entrySize: number

The size of the local header, compressed data, and data descriptor in bytes.

int
numChunks: number
int
path: string

The file path of the zip entry.

startChunkIndex: number

The index of the chunk where the start of the local header can be found

int
startOffsetInChunk: number

The start offset of the local header within the start chunk.

int
uncompressedSize: number

The size of the uncompressed data.

long

Generated using TypeDoc