Searched refs:hashStream (Results 1 – 1 of 1) sorted by relevance
96 FileOutputStream hashStream = new FileOutputStream(tmpFile); in calibrateMethod() local97 hashStream.write(code1.asBytes()); in calibrateMethod()98 hashStream.write(code2.asBytes()); in calibrateMethod()99 hashStream.close(); in calibrateMethod()