Package org.brotli.wrapper.dec
Class DecoderJNI
java.lang.Object
org.brotli.wrapper.dec.DecoderJNI
JNI wrapper for brotli decoder.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
nativeAttachDictionary
(long[] context, ByteBuffer dictionary) private static ByteBuffer
nativeCreate
(long[] context) private static void
nativeDestroy
(long[] context) private static ByteBuffer
nativePull
(long[] context) private static void
nativePush
(long[] context, int length)
-
Constructor Details
-
DecoderJNI
public DecoderJNI()
-
-
Method Details
-
nativeCreate
-
nativePush
private static void nativePush(long[] context, int length) -
nativePull
-
nativeDestroy
private static void nativeDestroy(long[] context) -
nativeAttachDictionary
-