Libraryless. Click here for Pure Java version (3807L/22K).
1 | sS toHexString(byte[] a) { |
2 | ret bytesToHex(a); |
3 | } |
4 | |
5 | sS toHexString(L<Byte> a) { |
6 | ret bytesToHex(byteListToArray(a)); |
7 | } |
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: | 200 / 284 |
Version history: | 4 change(s) |
Referenced in: | [show references] |