Class DecoderJNI

java.lang.Object
org.brotli.wrapper.dec.DecoderJNI

public class DecoderJNI extends Object
JNI wrapper for brotli decoder.
  • Constructor Details

    • DecoderJNI

      public DecoderJNI()
  • Method Details

    • nativeCreate

      private static ByteBuffer nativeCreate(long[] context)
    • nativePush

      private static void nativePush(long[] context, int length)
    • nativePull

      private static ByteBuffer nativePull(long[] context)
    • nativeDestroy

      private static void nativeDestroy(long[] context)
    • nativeAttachDictionary

      private static boolean nativeAttachDictionary(long[] context, ByteBuffer dictionary)