Options
All
  • Public
  • Public/Protected
  • All
Menu

Metadata about a file entry in a zip archive.

Hierarchy

  • IZipEntry

Index

Properties

compressedSize

compressedSize: number

The size of the compressed data.

long

compressionMethod

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

entrySize: number

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

int

numChunks

numChunks: number
int

path

path: string

The file path of the zip entry.

startChunkIndex

startChunkIndex: number

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

int

startOffsetInChunk

startOffsetInChunk: number

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

int

uncompressedSize

uncompressedSize: number

The size of the uncompressed data.

long

Generated using TypeDoc