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 classSnappyNativeJNI interface of theSnappyimplementation.Fields in org.xerial.snappy declared as SnappyApi Modifier and Type Field Description private static SnappyApiSnappy. implAn instance of SnappyNativeprivate static SnappyApiSnappyLoader. snappyApiMethods in org.xerial.snappy that return SnappyApi Modifier and Type Method Description (package private) static SnappyApiSnappyLoader. loadSnappyApi()Methods in org.xerial.snappy with parameters of type SnappyApi Modifier and Type Method Description (package private) static voidSnappyLoader. setSnappyApi(SnappyApi apiImpl)Set the `snappyApi` instance.
-