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

6
LINES

< > BotCompany Repo | #1004445 // saveQuotedLog

JavaX fragment (include)

static synchronized void saveQuotedLog(File f, L<S> l) {
  new StringBuilder buf;
  for (S s : l)
    buf.append(quote(s)).append("\n");
  saveTextFile(f, str(buf));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004445
Snippet name: saveQuotedLog
Eternal ID of this version: #1004445/1
Text MD5: d8f6166bb660cd80f2049988679334de
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-17 16:14:31
Source code size: 172 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 467 / 472
Referenced in: [show references]