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

Method nativePull

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

Source from the content-addressed store, hash-verified

17 private static native ByteBuffer nativeCreate(long[] context);
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);

Callers 1

pullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected