Skip to content

myadventuresincoding/GzipUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gzip Util

Simple GZIP Utility to Compress and Decompress a String

Run the Code

This example code is not an application, but does have unit tests to verify the code works.

If you have IntelliJ or Eclipse you can open the pom.xml file and run tests.

However, if you have Maven installed you can run the tests from command line with:

  • mvn compile
  • mvn test

About

Simple GZIP Utility to Compress and Decompress a String

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages