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

3
LINES

< > BotCompany Repo | #1028227 // bytesToString_raw - convert bytes to string so each byte is directly converted to a char and everything is reversible

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2472L/16K).

sS bytesToString_raw(byte[] data) ctex {
  ret data == null ? null : new S(data, "ISO-8859-1");
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028227
Snippet name: bytesToString_raw - convert bytes to string so each byte is directly converted to a char and everything is reversible
Eternal ID of this version: #1028227/2
Text MD5: 8ab4db243da52a3be271c6f9ee2e6cf9
Transpilation MD5: 9e236501905f7d9871d5f2e279dbc52f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-05-27 13:44:54
Source code size: 99 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 165 / 223
Version history: 1 change(s)
Referenced in: [show references]