| 1 | static byte[] intToBytes(int i) {
 | 
| 2 |   return new byte[] {
 | 
| 3 | (byte) (i >>> 24), | 
| 4 | (byte) (i >>> 16), | 
| 5 | (byte) (i >>> 8), | 
| 6 | (byte) i}; | 
| 7 | } | 
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1002912 | 
| Snippet name: | intToBytes [big-endian] | 
| Eternal ID of this version: | #1002912/2 | 
| Text MD5: | 66de31a6f34e5c125abab778518900ba | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2020-08-02 18:34:40 | 
| Source code size: | 170 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 944 / 2186 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |