1 | |
2 | |
3 | static BufferedInputStream newBufferedInputStream(int bufSize, File f) { |
4 | ret bufferedInputStream(bufSize, f); |
5 | } |
6 | |
7 | |
8 | |
9 | static BufferedInputStream newBufferedInputStream(File f) { |
10 | ret bufferedInputStream(f); |
11 | } |
12 | |
13 | |
14 | |
15 | static BufferedInputStream newBufferedInputStream(InputStream in) { |
16 | ret bufferedInputStream(in); |
17 | } |
18 | |
19 | |
20 | |
21 | static BufferedInputStream newBufferedInputStream(int bufSize, InputStream in) { |
22 | ret bufferedInputStream(bufSize, in); |
23 | } |
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: | 402 / 431 |
| Referenced in: | [show references] |