Libraryless. Click here for Pure Java version (39L/1K).
1 | svoid copyIntArrayToByteArray_littleEndian(int[] a, byte[] b, int bOfs) { |
2 | for (int i = 0; i < a.length; i++) |
3 | intToBytes_inArray_littleEndian(a[i], b, bOfs+i*4); |
4 | } |
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: | 146 / 215 |
Referenced in: | [show references] |