IPWorks ZIP 2020 Node.js Edition

Questions / Feedback?

EndFile Event

Fired after a file is processed.

Syntax

bzip2.on('EndFile', [callback])

Callback

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

function(e){ }

The argument 'e' has the following properties:

e.index

Remarks

EndFile is fired when compression or decompression finishes. Index will contain 0.

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