MCPcopy Index your code
hub / github.com/google/brotli / nativeDestroy

Method nativeDestroy

java/org/brotli/wrapper/enc/EncoderJNI.java:20–20  ·  view source on GitHub ↗
(long[] context)

Source from the content-addressed store, hash-verified

18 private static native void nativePush(long[] context, int length);
19 private static native ByteBuffer nativePull(long[] context);
20 private static native void nativeDestroy(long[] context);
21 private static native boolean nativeAttachDictionary(long[] context, ByteBuffer dictionary);
22 private static native ByteBuffer nativePrepareDictionary(ByteBuffer dictionary, long type);
23 private static native void nativeDestroyDictionary(ByteBuffer dictionary);

Callers 1

destroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected