Uses of Interface
org.xerial.snappy.SnappyApi
-
Packages that use SnappyApi Package Description org.xerial.snappy Snappy API for compressing/decompressing data. -
-
Uses of SnappyApi in org.xerial.snappy
Classes in org.xerial.snappy that implement SnappyApi Modifier and Type Class Description class
SnappyNative
JNI interface of theSnappy
implementation.Fields in org.xerial.snappy declared as SnappyApi Modifier and Type Field Description private static SnappyApi
Snappy. impl
An instance of SnappyNativeprivate static SnappyApi
SnappyLoader. snappyApi
Methods in org.xerial.snappy that return SnappyApi Modifier and Type Method Description (package private) static SnappyApi
SnappyLoader. loadSnappyApi()
Methods in org.xerial.snappy with parameters of type SnappyApi Modifier and Type Method Description (package private) static void
SnappyLoader. setSnappyApi(SnappyApi apiImpl)
Set the `snappyApi` instance.
-