static byte[] raf_readFilePart(RandomAccessFile raf, long start, int l) ctex { byte[] buf = new byte[l]; raf.seek(start); raf.readFully(buf); ret buf; }
Began life as a copy of #1005202
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: | #1028346 |
Snippet name: | raf_readFilePart |
Eternal ID of this version: | #1028346/1 |
Text MD5: | f1f38b73fec35d14c4ff7d7008fa3bb2 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-06-12 21:54:03 |
Source code size: | 165 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 197 / 231 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |