1 | static byte[] intArrayToBytes_bigEndian(int[] a) { |
2 | byte[] b = new byte[a.length*4]; |
3 | for (int i = 0; i < a.length; i++) |
4 | intToBytes_inArray_bigEndian(a[i], b, i*4); |
5 | ret b; |
6 | } |
Began life as a copy of #1029378
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1029401 |
Snippet name: | intArrayToBytes_bigEndian |
Eternal ID of this version: | #1029401/1 |
Text MD5: | 8c7db89e9cd6c8b3c194c7dec1fc5897 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-08-05 15:14:37 |
Source code size: | 186 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 165 / 210 |
Referenced in: | [show references] |