(long self, int row, int col, int count, short[] data)
| 1360 | private static native int nPutI(long self, int row, int col, int count, int[] data); |
| 1361 | |
| 1362 | private static native int nPutS(long self, int row, int col, int count, short[] data); |
| 1363 | |
| 1364 | private static native int nPutB(long self, int row, int col, int count, byte[] data); |
| 1365 |