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

5
LINES

< > BotCompany Repo | #1016100 // safeUnstructureGZFile

JavaX fragment (include)

1  
static O safeUnstructureGZFile(File f) ctex {
2  
  if (!fileExists(f)) null;
3  
  BufferedReader reader = utf8BufferedReader(gzInputStream(f));
4  
  ret unstructure_tok(javaTokC_noMLS_onReader(reader), true, null);
5  
}

Author comment

Began life as a copy of #1010990

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016100
Snippet name: safeUnstructureGZFile
Eternal ID of this version: #1016100/2
Text MD5: 255cc32efe7e6ae5a55c488c6bb3eda1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-24 17:33:53
Source code size: 211 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 345 / 354
Version history: 1 change(s)
Referenced in: [show references]