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

3
LINES

< > BotCompany Repo | #1028228 // stringToBytes_raw - reverse of bytesToString_raw

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

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

static byte[] stringToBytes_raw(S s) ctex {
  ret s == null ? null : s.getBytes("ISO-8859-1");
}

Author comment

Began life as a copy of #1028227

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: #1028228
Snippet name: stringToBytes_raw - reverse of bytesToString_raw
Eternal ID of this version: #1028228/1
Text MD5: 50641ab675171b3e5b07500118ad39e1
Transpilation MD5: 4c08b02b12eb4e17deda910ed333c576
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:46:17
Source code size: 98 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 129 / 205
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)