Libraryless. Click here for Pure Java version (2667L/17K).
svoid writeIntArrayToRandomAccessFile(RandomAccessFile raf, int[] array) ctex { for (IntRange r : intRangeChunks(l(array), 1024)) raf.write(intArrayToBytes(subIntArray(array, r))); }
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: | #1029442 |
| Snippet name: | writeIntArrayToRandomAccessFile |
| Eternal ID of this version: | #1029442/3 |
| Text MD5: | 0d374fd7a7a94dcf01ee333b6ab4b615 |
| Transpilation MD5: | 8d34bd158fbdb60bce12e139ab758b29 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-08-06 22:31:48 |
| Source code size: | 194 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 469 / 611 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |