api documentation for yazl (v2.4.2)

yet another zip library for node

table of contents

  1. module yazl
    1. function yazl.ZipFile ()
    2. function yazl.dateToDosDateTime (jsDate)
    3. object yazl.ZipFile.prototype
  2. module yazl.ZipFile
    1. function yazl.ZipFile ()
    2. function yazl.ZipFile.super_ ()
  3. module yazl.ZipFile.prototype
    1. function yazl.ZipFile.prototype.addBuffer (buffer, metadataPath, options)
    2. function yazl.ZipFile.prototype.addEmptyDirectory (metadataPath, options)
    3. function yazl.ZipFile.prototype.addFile (realPath, metadataPath, options)
    4. function yazl.ZipFile.prototype.addReadStream (readStream, metadataPath, options)
    5. function yazl.ZipFile.prototype.end (options, finalSizeCallback)

module yazl

function yazl.ZipFile ()

function yazl.dateToDosDateTime (jsDate)

module yazl.ZipFile

function yazl.ZipFile ()

function yazl.ZipFile.super_ ()

module yazl.ZipFile.prototype

function yazl.ZipFile.prototype.addBuffer (buffer, metadataPath, options)

function yazl.ZipFile.prototype.addEmptyDirectory (metadataPath, options)

function yazl.ZipFile.prototype.addFile (realPath, metadataPath, options)

function yazl.ZipFile.prototype.addReadStream (readStream, metadataPath, options)

function yazl.ZipFile.prototype.end (options, finalSizeCallback)

[ this document was created with utility2 ]