Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1029398 // newRandomAccessFile_append

JavaX fragment (include) [tags: use-pretranspiled]

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;
}

Author comment

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: 127 / 190
Referenced in: [show references]