mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-31 01:44:27 +02:00
12 lines
257 B
Plaintext
Executable File
12 lines
257 B
Plaintext
Executable File
|
|
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.
|
|
|
|
|
|
|
|
|