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

7
LINES

< > BotCompany Repo | #1008327 // toHex - synonym of bytesToHex

JavaX fragment (include)

static S toHex(byte[] bytes) {
  return bytesToHex(bytes);
}

static S toHex(byte[] bytes, int ofs, int len) {
  ret bytesToHex(bytes, ofs, len);
}

Author comment

Began life as a copy of #2000460

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, wnsclhtenguj, xrpafgyirdlv

No comments. add comment

Snippet ID: #1008327
Snippet name: toHex - synonym of bytesToHex
Eternal ID of this version: #1008327/1
Text MD5: 5abf57cca3c06e042663323e23feb224
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-07 23:50:53
Source code size: 155 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 449 / 502
Referenced in: [show references]