static void copyStreamAndCloseAll(InputStream in, OutputStream out) ctex { try { copyStreamAndCloseInput(in, out); } finally { out.close(); } }
Began life as a copy of #1011502
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1011610 |
| Snippet name: | copyStreamAndCloseAll |
| Eternal ID of this version: | #1011610/3 |
| Text MD5: | 2ea9c671a755693defb143a4c9e6b529 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-01 01:51:50 |
| Source code size: | 163 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 684 / 734 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |