By acoin
via java.dzone.com
Published: Feb 07 2013 / 09:42
Besides the common ZIP algorithm Java offers the Deflater and Inflater classes that uses the ZLIB compression library. Here is a small code snippet which shows an utility class that offers two methods to compress and extract a Java byte array.
Add your comment