static FileInputStream newFileInputStream(File path) throws IOException { ret newFileInputStream(path.getPath()); } static FileInputStream newFileInputStream(S path) throws IOException { FileInputStream f = new FileInputStream(path); _registerIO(f, path, true); ret f; }
Began life as a copy of #1005691
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: | #1008012 |
Snippet name: | newFileInputStream - registered version of new FileInputStream |
Eternal ID of this version: | #1008012/5 |
Text MD5: | 0cc1cfd2a919d6c1bc5600623d622dbc |
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:43:18 |
Source code size: | 287 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 582 / 652 |
Version history: | 4 change(s) |
Referenced in: | [show references] |