1 | static PrintStream teePrintStream(OutputStream a, OutputStream b) {
|
2 | OutputStream out = teeOutputStream(a, b); |
3 | ret out == null ? null : new PrintStream(out, true); |
4 | } |
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: | #1017323 |
| Snippet name: | teePrintStream - splitting PrintStream |
| Eternal ID of this version: | #1017323/1 |
| Text MD5: | 14cac482d9b464cd17357e8cacced461 |
| Author: | stefan |
| Category: | javax / io |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-07-16 21:13:36 |
| Source code size: | 171 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 558 / 602 |
| Referenced in: | [show references] |