public class com.aayushatharva.brotli4j.decoder.DecoderJNI extends java.lang.Object
{
public void <init>()
{
com.aayushatharva.brotli4j.decoder.DecoderJNI v;
v := @this: com.aayushatharva.brotli4j.decoder.DecoderJNI;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
private static native java.nio.ByteBuffer nativeCreate(long[]);
private static native void nativePush(long[], int);
private static native java.nio.ByteBuffer nativePull(long[]);
private static native void nativeDestroy(long[]);
private static native boolean nativeAttachDictionary(long[], java.nio.ByteBuffer);
}