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

6
LINES

< > BotCompany Repo | #1017249 // _wrapIOCloseable

JavaX fragment (include)

1  
static AutoCloseable _wrapIOCloseable(final AutoCloseable c) {
2  
  ret c == null ? null : autoCloseable {
3  
    c.close();
4  
    _registerIO(c, null, false);
5  
  };
6  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017249
Snippet name: _wrapIOCloseable
Eternal ID of this version: #1017249/1
Text MD5: b0e1ffee36b5ef62d02d1cfa2d3aed07
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-15 15:55:32
Source code size: 165 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 310 / 361
Referenced in: [show references]