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

3
LINES

< > BotCompany Repo | #1033222 // lInts - make Lint from hex string (little endian)

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

Libraryless. Click here for Pure Java version (4306L/24K).

static LInt lInts(S hex) {
  ret byteArrayToIntList_littleEndian(hexToBytes_dropSpaces(hex));
}

Author comment

Began life as a copy of #1033199

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033222
Snippet name: lInts - make Lint from hex string (little endian)
Eternal ID of this version: #1033222/3
Text MD5: 0dc365a02a1807dba207a678808a4a9b
Transpilation MD5: 1611876d23dd74777fa7e7e785433229
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-16 07:35:23
Source code size: 97 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 82 / 130
Version history: 2 change(s)
Referenced in: [show references]