Skip to content

codeallthethingz/easyzip4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easyzip4j

single line directory zipping, supports war type zipping where the root folder is not included.

Usage

EasyZip.zip("./folderToZip", "./myZipFile.zip");

Or

EasyZip.zip("./folderToZip", "./myZipFile.zip", 
    new EasyZipParameters().setZipFolderContentsNotFolder(true));

And

String fileContents = EasyZip.getStringForEntry("myZipFile.zip",
	"subfolder/subfolderfull/file3.txt");

About

single line directory zipping, supports war type zipping where the root folder is not included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages