Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncZipDeflate

Asynchronous streaming DEFLATE compression for ZIP archives

Hierarchy

  • AsyncZipDeflate

Index

Constructors

constructor

Properties

Optional attrs

attrs?: number

Optional comment

comment?: string

compression

compression: number

crc

crc: number

Optional extra

extra?: Record<number, Uint8Array>

filename

filename: string

flag

flag: 0 | 1 | 2 | 3

Optional mtime

mtime?: string | number | Date

ondata

Optional os

os?: number

size

size: number

terminate

terminate: AsyncTerminable

Methods

process

  • process(chunk: Uint8Array, final: boolean): void

push

  • push(chunk: Uint8Array, final?: boolean): void

Generated using TypeDoc