Zstream.zip

You're seeing just the function zip, go back to Zstream module for more information.
Link to this function

zip(entries, options \\ [])

View Source

Specs

Creates a ZIP file stream.

Entries are consumed one by one in the given order.

Options

  • :zip64 (boolean) - If set to true zip64 format is used. Zip64 can support files more than 4 GB in size, but not all the unzip programs support this format. Defaults to false.