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

7
LINES

< > BotCompany Repo | #1014875 // funnelBytesThroughUTF8Processor

JavaX fragment (include)

static S funnelBytesThroughUTF8Processor(UTF8Processor p, byte[] bytes) {
  new StringBuilder input;
  int n = l(bytes);
  for i to n:
    input.append(p.processByte(bytes[i]));
  ret input.toString();
}

Author comment

Began life as a copy of #1014617

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: #1014875
Snippet name: funnelBytesThroughUTF8Processor
Eternal ID of this version: #1014875/1
Text MD5: 33d501999be42974329eab2d11c56f5f
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-05 18:51:35
Source code size: 209 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 372 / 396
Referenced in: [show references]