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

7
LINES

< > BotCompany Repo | #1034333 // bytesToHex_upper

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

Libraryless. Click here for Pure Java version (61L/1K).

sS bytesToHex_upper(byte[] bytes) {
  ret upper(bytesToHex(bytes));
}

sS bytesToHex_upper(byte[] bytes, int ofs, int len) {
  ret upper(bytesToHex(bytes, ofs, len));
}

Author comment

Began life as a copy of #2000602

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1034333
Snippet name: bytesToHex_upper
Eternal ID of this version: #1034333/1
Text MD5: 5affe1024747a211f7f528204bcd9bc5
Transpilation MD5: cfd54703bc28b41313c0141d8253dbb1
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-02 21:02:00
Source code size: 176 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 61 / 100
Referenced in: [show references]