From a63cfd89ab6070e8c75b29535a615679552da764 Mon Sep 17 00:00:00 2001
From: Paul Duncan Zip file writer. You shouldn't need to instantiate this class directly; use
-Zip.write()
instead.Zip.write()
instead.
Create a new Writer
object.
Read data from IO
io, write it to path in archive, then return the number of bytes written.
Write data to path in archive and return number of bytes written.
Add empty directory to archive as path and return number of bytes written.
Add local file file_path to archive as path and return number of bytes written.
Return the total number of bytes written so far.
Create a new Writer
object.
You shouldn't need to instantiate this class directly; use
-Zip.write()
instead.
Zip.write()
instead.Read data from IO
io, write it to path in archive, then
@@ -304,12 +319,12 @@ end
Write data to path in archive and return number of bytes @@ -329,12 +344,12 @@ written.
Add empty directory to archive as path and return number of @@ -354,12 +369,12 @@ bytes written.
Add local file file_path to archive as path and return number @@ -379,12 +394,12 @@ of bytes written.