Before you begin, take a moment to familiarize yourself with the code that is already implemented. Open the Main class in the src/main/java/org/example directory and ...
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 ...