From a63cfd89ab6070e8c75b29535a615679552da764 Mon Sep 17 00:00:00 2001
From: Paul Duncan
Date: Sat, 13 Aug 2016 14:31:15 -0400
Subject: update documentation
---
Zip/Writers/DirEntry.html | 48 +++++++++++++++++++++++++++++++++--------------
1 file changed, 34 insertions(+), 14 deletions(-)
(limited to 'Zip/Writers/DirEntry.html')
diff --git a/Zip/Writers/DirEntry.html b/Zip/Writers/DirEntry.html
index a98b19c..e6d6416 100644
--- a/Zip/Writers/DirEntry.html
+++ b/Zip/Writers/DirEntry.html
@@ -50,9 +50,24 @@
-
+
Extra
+
+
+
@@ -137,7 +152,7 @@
Internal class used to store files for Writer
instance.
You should not need to instantiate this class directly; use
-Writer#add_dir
instead.
+Writer#add_dir
instead.
@@ -179,7 +194,7 @@
-
- .new(pos : UInt32, path : String, time : Time = Time.now, comment : String = "")
+ .new(pos : UInt64, path : String, time : Time = Time.now, comment : String = "")
Create a new DirEntry instance.
@@ -200,8 +215,8 @@
-
- to_s(dst_io) : UInt32
+
+ to_s(dst_io) : UInt64
to_s,
@@ -215,9 +230,14 @@
write_central,
-
- write_footer(io : IO, crc : UInt32, src_len : UInt32, dst_len : UInt32) : UInt32
- write_footer
+
+ write_footer(io : IO, crc : UInt32, src_len : UInt64, dst_len : UInt64, zip64 : Bool) : UInt32
+ write_footer,
+
+
+
+ zip64? : Bool
+ zip64?
@@ -227,8 +247,8 @@
-
- new(pos : UInt32, path : String, method : CompressionMethod = CompressionMethod::DEFLATE, time : Time = Time.now, comment : String = "", flags : GeneralFlags = GeneralFlags.flags, external : UInt32 = 0_u32)
+
+ new(pos : UInt64, path : String, method : CompressionMethod = CompressionMethod::DEFLATE, time : Time = Time.now, comment : String = "", flags : GeneralFlags = GeneralFlags.flags, external : UInt32 = 0_u32, zip64 : Bool = false)
new
@@ -261,18 +281,18 @@
Class Method Detail
-