142143144145146147148149150151152
// write corresponding checksum out.writeInt((int) checksum.getValue()); } catch (IOException e) { throw new FSWriteError(e, getPath()); } // reset checksum object to the blank state for re-use checksum.reset();