Skip to content

Instantly share code, notes, and snippets.

@rssh
Created July 7, 2012 08:20
Show Gist options
  • Save rssh/3065416 to your computer and use it in GitHub Desktop.
Save rssh/3065416 to your computer and use it in GitHub Desktop.
dou - Иллюстрация к колонке от 2012-07-07 №1
File in = null;
File out = null;
try {
in = System.out(“input”,read);
try {
out = System.out(“out”, write);
copy(in,out)
} finally {
out.close();
}
} finally {
in.close();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment