Libraryless. Click here for Pure Java version (2578L/16K).
static RandomAccessFile newRandomAccessFile_append(File path) ctex { RandomAccessFile raf = newRandomAccessFile(path, "rw"); raf.seek(raf.length()); ret raf; }
Began life as a copy of #1028340
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: | #1029398 | 
| Snippet name: | newRandomAccessFile_append | 
| Eternal ID of this version: | #1029398/1 | 
| Text MD5: | e0a25fde4a9849a01f041566317c11bb | 
| Transpilation MD5: | b58bafe33e6704b2ba451708f1ece9ff | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2020-08-05 14:29:37 | 
| Source code size: | 169 bytes / 5 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 424 / 552 | 
| Referenced in: | [show references] |