static BufferedInputStream newBufferedInputStream(int bufSize, File f) { ret bufferedInputStream(bufSize, f); } static BufferedInputStream newBufferedInputStream(File f) { ret bufferedInputStream(f); } static BufferedInputStream newBufferedInputStream(InputStream in) { ret bufferedInputStream(in); } static BufferedInputStream newBufferedInputStream(int bufSize, InputStream in) { ret bufferedInputStream(bufSize, in); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025333 |
Snippet name: | newBufferedInputStream - synonym of bufferedInputStream |
Eternal ID of this version: | #1025333/1 |
Text MD5: | 42cbfbb1fd743da6a92b60f945e6ac57 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-09-23 13:33:50 |
Source code size: | 448 bytes / 23 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 207 / 228 |
Referenced in: | [show references] |