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

7
LINES

< > BotCompany Repo | #1033094 // toHexString - synonym of bytesToHex

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

Libraryless. Click here for Pure Java version (3807L/22K).

sS toHexString(byte[] a) {
  ret bytesToHex(a);
}

sS toHexString(L<Byte> a) {
  ret bytesToHex(byteListToArray(a));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033094
Snippet name: toHexString - synonym of bytesToHex
Eternal ID of this version: #1033094/5
Text MD5: a568d71359ac596e8391fb7239dd49ab
Transpilation MD5: 823cbc73e3ab0f3398a67d670b292181
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-15 19:28:02
Source code size: 124 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 113 / 176
Version history: 4 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)