Module: Omnizip::ArchiveHandlers

Defined in:
lib/omnizip/archive_handlers.rb,
lib/omnizip/archive_handlers/tar_handler.rb,
lib/omnizip/archive_handlers/zip_handler.rb

Overview

Archive handler namespace. Each format ships a Handler class here that adapts its format-specific API to the canonical contract documented on Omnizip::ArchiveHandler.

Defined Under Namespace

Classes: TarHandler, ZipHandler