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.