Package org.brotli.wrapper.dec
Class DecoderJNI
- java.lang.Object
-
- org.brotli.wrapper.dec.DecoderJNI
-
public class DecoderJNI extends java.lang.ObjectJNI wrapper for brotli decoder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDecoderJNI.Statusstatic classDecoderJNI.Wrapper
-
Constructor Summary
Constructors Constructor Description DecoderJNI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static booleannativeAttachDictionary(long[] context, java.nio.ByteBuffer dictionary)private static java.nio.ByteBuffernativeCreate(long[] context)private static voidnativeDestroy(long[] context)private static java.nio.ByteBuffernativePull(long[] context)private static voidnativePush(long[] context, int length)
-
-
-
Method Detail
-
nativeCreate
private static java.nio.ByteBuffer nativeCreate(long[] context)
-
nativePush
private static void nativePush(long[] context, int length)
-
nativePull
private static java.nio.ByteBuffer nativePull(long[] context)
-
nativeDestroy
private static void nativeDestroy(long[] context)
-
nativeAttachDictionary
private static boolean nativeAttachDictionary(long[] context, java.nio.ByteBuffer dictionary)
-
-