static void copyStreamAndCloseAll(InputStream in, OutputStream out) ctex { try { copyStreamAndCloseInput(in, out); } finally { out.close(); } }