log.debug(currentFile
+ " already exists on invitee. Replacing this file.");
currentFile.delete(true, null);
}
currentFile.create(new UncloseableInputStream(zin), true, null);
worked = (int) Math.round(increment * filesReceived);
if ((worked - lastWorked) > 0) {
monitor.worked((worked - lastWorked));