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

8
LINES

< > BotCompany Repo | #1028340 // randomAccessFileForReading

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

Libraryless. Click here for Pure Java version (2575L/16K).

static RandomAccessFile randomAccessFileForReading(File path) ctex {
  ifdef LeanMode
    ret new RandomAccessFile(path, "r");
  endifdef
  ifndef LeanMode
    ret newRandomAccessFile(path, "r");
  endifndef
}

Author comment

Began life as a copy of #1005687

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: #1028340
Snippet name: randomAccessFileForReading
Eternal ID of this version: #1028340/2
Text MD5: ae5924734cd2757c7d34f52675b1504c
Transpilation MD5: e2a73378ff4b596e2edce56aad52b2d2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-13 11:35:35
Source code size: 216 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 164 / 248
Version history: 1 change(s)
Referenced in: [show references]