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

4
LINES

< > BotCompany Repo | #1033068 // copyIntArrayToByteArray_littleEndian

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

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

svoid copyIntArrayToByteArray_littleEndian(int[] a, byte[] b, int bOfs) {
  for (int i = 0; i < a.length; i++)
    intToBytes_inArray_littleEndian(a[i], b, bOfs+i*4);
}

Author comment

Began life as a copy of #1029378

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033068
Snippet name: copyIntArrayToByteArray_littleEndian
Eternal ID of this version: #1033068/1
Text MD5: f3979fd6a4c75ae5549df55d4470225a
Transpilation MD5: 0c2f238edf09a01e241ea16dee1a1c6d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-13 00:37:33
Source code size: 171 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 72 / 116
Referenced in: [show references]