(long self, int row, int col, int count, int[] data)
| 1295 | private static native int nPutF(long self, int row, int col, int count, float[] data); |
| 1296 | |
| 1297 | private static native int nPutI(long self, int row, int col, int count, int[] data); |
| 1298 | |
| 1299 | private static native int nPutS(long self, int row, int col, int count, short[] data); |
| 1300 |