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

6
LINES

< > BotCompany Repo | #1014679 // stringBuffer_substring

JavaX fragment (include)

static S stringBuffer_substring(StringBuffer buf, int start) {
  if (buf == null) ret "";
  synchronized(buf) {
    ret buf.substring(min(start, l(buf)));
  }
}

Author comment

Began life as a copy of #1014676

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1014679
Snippet name: stringBuffer_substring
Eternal ID of this version: #1014679/1
Text MD5: e9853a01198979dda41cc7d8ddee3cdf
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-29 23:15:44
Source code size: 165 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 317 / 289
Referenced in: [show references]