(long self, int[] idx, int count, short[] data)
| 1849 | private static native int nPutS(long self, int row, int col, int count, short[] data); |
| 1850 | |
| 1851 | private static native int nPutSIdx(long self, int[] idx, int count, short[] data); |
| 1852 | |
| 1853 | private static native int nPutB(long self, int row, int col, int count, byte[] data); |
| 1854 |