Package com.evanmclean.evlib.util.zip

Cousin to java.util.zip package containing utilities for creating or unzipping zip files.

See:
          Description

Class Summary
Unzipper Unzips an entire zip file into a specified base folder, creating sub-folders as needed.
Zipper Convenience wrapper around a ZipOutputStream to easily add files and folders to a zip file.
 

Enum Summary
Unzipper.FolderAction How to handle folder entries in the zip file (sub-folders are always created for files as needed).
Zipper.FolderAction Action to take for folders when recursively adding the contents of a folder.
 

Package com.evanmclean.evlib.util.zip Description

Cousin to java.util.zip package containing utilities for creating or unzipping zip files.