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) #