org.hpccsystems.commons.fastlz4j.README.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-hpcc Show documentation
Show all versions of commons-hpcc Show documentation
Common library for HPCC functionality
Java FastLZ Implementation
=======================
#### Description
This library is a port of the original FastLZ library from C to Java that can be found here: https://ariya.github.io/FastLZ/
This library also includes additional functionality to allow for streaming decompression not available in the original library.
#### Contributions
All contributions must follow the JAVA source format described in the HPCC-JAVA-Formatter.xml file which can be found in /eclipse.
This formatter can be used by the Eclipse IDE to automatically format JAVA source code.
- From eclipse, choose Window->Preferences->Java->Code Style->Formatter...
- Import the HPCC-JAVA-Formatter.xml file and set it as the Active profile.
- From the JAVA editor, choose Source->Format
© 2015 - 2024 Weber Informatics LLC | Privacy Policy