"Failed to create parent directory: {0}",
parent.getAbsolutePath()));
}
FileOutputStream stream = new FileOutputStream(current);
try {
CountingOutputStream result = new CountingOutputStream(new BufferedOutputStream(stream, BUFFER_SIZE));
succeed = true;
return result;
} finally {
if (succeed == false) {
try {