Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1011610 // copyStreamAndCloseAll

JavaX fragment (include)

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

Author comment

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: 348 / 379
Version history: 2 change(s)
Referenced in: [show references]