A ZIP archive decompression stream that emits files as they are discovered

Index
  • Pushes a chunk to be unzipped

    Parameters

    • chunk: Uint8Array

      The chunk to push

    • Optionalfinal: boolean

      Whether this is the last chunk

    Returns void

  • Registers a decoder with the stream, allowing for files compressed with the compression type provided to be expanded correctly

    Parameters

    Returns void

The handler to call whenever a file is discovered