(long self, int row, int col, int count, byte[] data)
| 1299 | private static native int nPutS(long self, int row, int col, int count, short[] data); |
| 1300 | |
| 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 |