(long self, int row, int col, int count, byte[] vals)
| 1301 | private static native int nPutB(long self, int row, int col, int count, byte[] data); |
| 1302 | |
| 1303 | private static native int nGetB(long self, int row, int col, int count, byte[] vals); |
| 1304 | |
| 1305 | private static native int nGetS(long self, int row, int col, int count, short[] vals); |
| 1306 |