MCPcopy
hub / github.com/google/brotli / nativePush

Method nativePush

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

Source from the content-addressed store, hash-verified

15public class DecoderJNI {
16 private static native ByteBuffer nativeCreate(long[] context);
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);

Callers 1

pushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected