1 | static void copyStreamAndCloseAll(InputStream in, OutputStream out) ctex {
|
2 | try {
|
3 | copyStreamAndCloseInput(in, out); |
4 | } finally {
|
5 | out.close(); |
6 | } |
7 | } |
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: | 687 / 738 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |