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

3
LINES

< > BotCompany Repo | #1028229 // rawByteReader_possiblyGZipped

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

Libraryless. Click here for Pure Java version (2640L/17K).

1  
static BufferedReader rawByteReader_possiblyGZipped(File f) {
2  
  ret isGZipFile(f) ? rawByteReader(gzipInputStream(f)) : rawByteReader(f);
3  
}

Author comment

Began life as a copy of #1028219

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: #1028229
Snippet name: rawByteReader_possiblyGZipped
Eternal ID of this version: #1028229/1
Text MD5: 58bcb20f80fc698c983172d048de223e
Transpilation MD5: 0dc7e5a1c655ba7390ed4f78ca571204
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-05-27 13:49:42
Source code size: 141 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 147 / 217
Referenced in: [show references]