LZ4 compression for Java, based on Yann Collet's work available at http://code.google.com/p/lz4/. This library provides access to two compression methods that both ...
First you’ll need to setup a Java project for Maven to build. To keep the focus on Maven, make the project as simple as possible for now. package hello; public ...