1 | static BufferedOutputStream bufferedOutputStream(OutputStream out) { |
2 | if (out == null) null; |
3 | if (out cast BufferedOutputStream) ret out; |
4 | ret new BufferedOutputStream(out, defaultBufferedOutputStreamSize()); |
5 | } |
6 | |
7 | static BufferedOutputStream bufferedOutputStream(File f) { |
8 | ret bufferedOutputStream(fileOutputStream(f)); |
9 | } |
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: | #1024955 |
Snippet name: | bufferedOutputStream |
Eternal ID of this version: | #1024955/2 |
Text MD5: | 4fdfb9b9a272b12118d2edc9e008bb31 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-11-08 15:23:11 |
Source code size: | 332 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 344 / 386 |
Version history: | 1 change(s) |
Referenced in: | [show references] |