From d64ce278f01cafc1c3c23aec9bb2394412ad160b Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 11 Aug 2016 00:30:34 -0400 Subject: update documentation --- Zip/Writers/DirEntry.html | 292 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 292 insertions(+) create mode 100644 Zip/Writers/DirEntry.html (limited to 'Zip/Writers/DirEntry.html') diff --git a/Zip/Writers/DirEntry.html b/Zip/Writers/DirEntry.html new file mode 100644 index 0000000..a98b19c --- /dev/null +++ b/Zip/Writers/DirEntry.html @@ -0,0 +1,292 @@ + + + + + + + + Zip::Writers::DirEntry - github.com/pablotron/zip-crystal + + + +
+ + + + + + +
+ +
+

+ + class Zip::Writers::DirEntry + +

+ + + + + + + +

Overview

+ +

Internal class used to store files for Writer instance.

+ +

You should not need to instantiate this class directly; use +Writer#add_dir instead.

+ + + + + + + + + + + + + + +

Defined in:

+ + + + + +

Constant Summary

+ +
+ +
+ FLAGS = GeneralFlags.flags(EFS) +
+ +
+

Default flags for local and central file header.

+
+ + +
+ + + +

Class Method Summary

+ + + + + + + + + + + +

Class Method Detail

+ +
+
+ + def self.new(pos : UInt32, path : String, time : Time = Time.now, comment : String = "") + + # +
+ +

Create a new DirEntry instance.

+ +

You should not need to call this method directly; use +Writer#add_dir instead.

+ +
+
+ +
+
+ + + + + + + +
+ + + -- cgit v1.2.3