(Pointer pointer, long baseaddr, long offset, byte[] buf, int index, int length)
| 2383 | static native void read(Pointer pointer, long baseaddr, long offset, double[] buf, int index, int length); |
| 2384 | |
| 2385 | static native void write(Pointer pointer, long baseaddr, long offset, byte[] buf, int index, int length); |
| 2386 | |
| 2387 | static native void write(Pointer pointer, long baseaddr, long offset, short[] buf, int index, int length); |
| 2388 |
no outgoing calls
no test coverage detected