static void closeAllWriters(Collection l) { for (Writer w : unnull(l)) pcall { w.close(); } }