Snappy compressor/decompressor for Java
Go to file
Taro L. Saito bfec17b345 sort the methods 2011-04-06 23:03:12 +09:00
.settings add SnappyException/SnappyError 2011-03-30 15:26:53 +09:00
lib Fix for Mac-i386 environment 2011-04-04 10:31:01 +09:00
src sort the methods 2011-04-06 23:03:12 +09:00
.hgignore add include headers necessary for buliding snappy 2011-03-29 20:30:07 +09:00
INSTALL Use utf-8 for copying resource files 2011-03-30 23:03:52 +09:00
LICENSE add license notes 2011-03-30 18:17:16 +09:00
Makefile add Mac-i386 binary 2011-03-31 12:27:00 +09:00
Makefile.common Fix for Mac-i386 environment 2011-04-04 10:31:01 +09:00
Makefile.package Fix build dependencies 2011-03-31 12:23:57 +09:00
NOTICE add license notes 2011-03-30 18:17:16 +09:00
README Move the javadoc generation to the verify phase. Fix the dependency to the package jar 2011-03-30 22:55:17 +09:00
pom.xml An attempt to use system class loader when loading dll 2011-04-06 12:05:55 +09:00

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.


Snappy-java is a Java port of snappy http://code.google.com/p/snappy/, a fast compressor/decompressor. 

[usage]

* Add snappy-java-1.0.1.jar to your classpath
* Use the compress/decompress methods defined in org.xerial.snappy.Snappy class.