module Zip

Rubyzip is a ruby module for reading and writing zip files.

The main entry points are File, InputStream and OutputStream. For a file/directory interface in the style of the standard ruby ::File and ::Dir APIs then ‘require ’zip/filesystem’‘ and see FileSystem.

Constants

VERSION

The version of the Rubyzip library.

Attributes

case_insensitive_match[RW]
continue_on_exists_proc[RW]
default_compression[RW]
force_entry_names_encoding[RW]
on_exists_proc[RW]
sort_entries[RW]
unicode_names[RW]
validate_declared_number_of_entries[RW]
validate_entry_sizes[RW]
warn_invalid_date[RW]
write_zip64_support[RW]