Method
nativePush
(long[] context, int length)
Source from the content-addressed store, hash-verified
| 16 | class EncoderJNI { |
| 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); |
Tested by
no test coverage detected