492493494495496497498499500501502
if (localWrittenBytes > 0) { // Notify progress listeners if necessary. future.setProgress( localWrittenBytes, buf.writtenBytes(), buf.totalBytes()); } break; } } catch (AsynchronousCloseException e) { // Doesn't need a user attention - ignore.
223224225226227228229230231232233
226227228229230231232233234235236
486487488489490491492493494495496
491492493494495496497498499500501
556557558559560561562563564565566
222223224225226227228229230231232