As in with this: try(InputStream in = url.openStre...
# announcements
c
As in with this: try(InputStream in = url.openStream(); OutputStream out = new FileOutputStream(to)) { // ... } ?