From 25199ab4c29057d7c0a73812fc8f2ac3605c1d86 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 10 Aug 2016 21:04:41 -0400 Subject: add documentation --- Zip/Source.html | 335 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 335 insertions(+) create mode 100644 Zip/Source.html (limited to 'Zip/Source.html') diff --git a/Zip/Source.html b/Zip/Source.html new file mode 100644 index 0000000..6c94cbc --- /dev/null +++ b/Zip/Source.html @@ -0,0 +1,335 @@ + + + + + + + + Zip::Source - github.com/pablotron/zip-crystal + + + +
+ + + + + + +
+ +
+

+ + class Zip::Source + +

+ + + + + + + +

Overview

+ +

Base class for input source for Archive object.

+ +

You should not need to instantiate this class directly; use +Zip.read() instead.

+ + + + + +

Included Modules

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

Defined in:

+ + + + + + +

Class Method Summary

+ + + + +

Instance Method Summary

+ + + + +

Macro Summary

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

Class Method Detail

+ +
+
+ + def self.new(io : IO::FileDescriptor | MemoryIO) + + # +
+ +

Instantiate a new Source from the given IO::FileDescriptor or +MemoryIO object.

+ +

You should not need to instantiate this class directly; use +Zip.read() instead.

+ +
+
+ +
+
+ + + + +

Instance Method Detail

+ +
+
+ + def read(*args, **options, &block) + + # +
+ +
+
+ +
+
+ +
+
+ + def read(*args, **options) + + # +
+ +
+
+ +
+
+ +
+
+ + def write(*args, **options, &block) + + # +
+ +
+
+ +
+
+ +
+
+ + def write(*args, **options) + + # +
+ +
+
+ +
+
+ + + + +

Macro Detail

+ +
+
+ + macro method_missing(call) + + # +
+ +
+
+ +
+
+ + + +
+ + + -- cgit v1.2.3