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

4
LINES

< > BotCompany Repo | #1007496 // getFilePossiblyGZipped (function)

JavaX fragment (include)

static File getFilePossiblyGZipped(File f) {
  File gz = new File(f2s(f) + ".gz");
  ret gz.exists() ? gz : f;
}

Author comment

Began life as a copy of #1007055

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1007496
Snippet name: getFilePossiblyGZipped (function)
Eternal ID of this version: #1007496/3
Text MD5: cd9abf3ba354b1ae7ef9595cd9ae8788
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-25 15:57:35
Source code size: 117 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 397 / 417
Version history: 2 change(s)
Referenced in: [show references]