IPWorks ZIP 2020 Node.js Edition

Questions / Feedback?

CompressedData Event

This event fires with compressed data.

Syntax

zipstream.on('CompressedData', [callback])

Callback

The 'callback' is called when the 'CompressedData' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.data (buffer)

Remarks

The CompressedData event fires as compressed data is available when CompressData or CompressBlock is called. This may fire one or more times when data is compressed.

Data holds the current block of compressed data.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 Node.js Edition - Version 20.0 [Build 8300]