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

Method nativePull

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

Source from the content-addressed store, hash-verified

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);
21

Callers 1

pullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected