Class SnappyNative

java.lang.Object
org.xerial.snappy.SnappyNative
All Implemented Interfaces:
SnappyApi

public class SnappyNative extends Object implements SnappyApi
JNI interface of the Snappy implementation. The native method in this class is defined in SnappyNative.h (genereted by javah) and SnappyNative.cpp

DO NOT USE THIS CLASS since the direct use of this class might break the native library code loading in SnappyLoader.