MCPcopy Create free account
hub / github.com/google/brotli / nativeDestroy

Method nativeDestroy

java/org/brotli/wrapper/dec/DecoderJNI.java:19–19  ·  view source on GitHub ↗
(long[] context)

Source from the content-addressed store, hash-verified

17 private static native void nativePush(long[] context, int length);
18 private static native ByteBuffer nativePull(long[] context);
19 private static native void nativeDestroy(long[] context);
20 private static native boolean nativeAttachDictionary(long[] context, ByteBuffer dictionary);
21
22 public enum Status {

Callers 1

destroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected