Searched defs:updateBytes (Results 1 – 3 of 3) sorted by relevance
92 private native static int updateBytes(int crc, byte[] b, int off, int len); in updateBytes() method in CRC32
137 private native static int updateBytes(int adler, byte[] b, int off, in updateBytes() method in Adler32
1702 void updateBytes(int columnIndex, byte x[]) throws SQLException; in updateBytes() method2091 void updateBytes(String columnLabel, byte x[]) throws SQLException; in updateBytes() method