Method
read
(Pointer pointer, long baseaddr, long offset, byte[] buf, int index, int length)
Source from the content-addressed store, hash-verified
| 2369 | static native long indexOf(Pointer pointer, long baseaddr, long offset, byte value); |
| 2370 | |
| 2371 | static native void read(Pointer pointer, long baseaddr, long offset, byte[] buf, int index, int length); |
| 2372 | |
| 2373 | static native void read(Pointer pointer, long baseaddr, long offset, short[] buf, int index, int length); |
| 2374 | |
Tested by
no test coverage detected