Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnzipDecoder

A decoder for files in ZIP streams

Hierarchy

  • UnzipDecoder

Index

Properties

Methods

Properties

ondata

The handler to call whenever data is available

Optional terminate

terminate?: AsyncTerminable

A method to terminate any internal workers used by the stream. Subsequent calls to push() should silently fail.

Methods

push

  • push(data: Uint8Array, final: boolean): void

Generated using TypeDoc