| Interface | Description |
|---|---|
| SnappyNativeAPI |
Interface to access the native code of Snappy.
|
| Class | Description |
|---|---|
| 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 | |
| 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 | Description |
|---|---|
| SnappyErrorCode |
Error codes of snappy-java
|
| Exception | Description |
|---|---|
| SnappyException | Deprecated
Snappy-java now uses
IOException |
| Error | Description |
|---|---|
| SnappyError |
Used when serious errors (unchecked exception) in snappy-java are observed.
|
Copyright © 2023. All Rights Reserved.