Package org.xerial.snappy

Interface Summary
SnappyNativeAPI Interface to access the native code of Snappy.
 

Class Summary
OSInfo Provides OS name and architecture name.
Snappy Snappy API for data compression/decompression
SnappyBundleActivator OSGi bundle entry point
SnappyCodec Preamble header for SnappyOutputStream
SnappyInputStream A stream filter for reading data compressed by SnappyOutputStream.
SnappyLoader This class loads a native library of snappy-java (snappyjava.dll, libsnappy.so, etc.) according to the user platform (os.name and os.arch).
SnappyNative JNI interface of the SnappyNativeAPI implementation.
SnappyOutputStream This class implements a stream filter for writing compressed data using Snappy.
 

Enum Summary
SnappyErrorCode Error codes of snappy-java
 

Exception Summary
SnappyException Deprecated. Snappy-java now uses IOException
 

Error Summary
SnappyError Used when serious errors (unchecked exception) in snappy-java are observed.
 



Copyright © 2011. All Rights Reserved.