Snappy compressor/decompressor for Java
Go to file
Taro L. Saito 168d3f06e6 add isValidCompressedBuffer() 2011-03-30 22:54:21 +09:00
.settings add SnappyException/SnappyError 2011-03-30 15:26:53 +09:00
lib add mvn package phase to Makefile 2011-03-30 17:34:05 +09:00
src add isValidCompressedBuffer() 2011-03-30 22:54:21 +09:00
.hgignore add include headers necessary for buliding snappy 2011-03-29 20:30:07 +09:00
INSTALL add note for installation 2011-03-30 18:28:49 +09:00
LICENSE add license notes 2011-03-30 18:17:16 +09:00
Makefile add x86 native library 2011-03-30 19:16:29 +09:00
Makefile.common add Linux-amd64 binary 2011-03-30 17:19:35 +09:00
NOTICE add license notes 2011-03-30 18:17:16 +09:00
README add license notes 2011-03-30 18:17:16 +09:00
devnote.txt add -static-libgcc flag. This flag is necessary to remove the dependency to lib-gcc 2011-03-29 23:23:12 +09:00
pom.xml Set the deploy location to pom.xml 2011-03-30 17:59:33 +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