1 | static S funnelBytesThroughUTF8Processor(UTF8Processor p, byte[] bytes) { |
2 | new StringBuilder input; |
3 | int n = l(bytes); |
4 | for i to n: |
5 | input.append(p.processByte(bytes[i])); |
6 | ret input.toString(); |
7 | } |
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: | 447 / 475 |
Referenced in: | [show references] |