Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1017323 // teePrintStream - splitting PrintStream

JavaX fragment (include)

static PrintStream teePrintStream(OutputStream a, OutputStream b) {
  OutputStream out = teeOutputStream(a, b);
  ret out == null ? null : new PrintStream(out, true);
}

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: 293 / 311
Referenced in: [show references]