Zstream.zip
You're seeing just the function
zip
, go back to Zstream module for more information.
Specs
zip(Enumerable.t(), Keyword.t()) :: Enumerable.t()
Creates a ZIP file stream.
Entries are consumed one by one in the given order.
Options
:zip64
(boolean) - If set totrue
zip64 format is used. Zip64 can support files more than 4 GB in size, but not all the unzip programs support this format. Defaults tofalse
.