Libraryless. Click here for Pure Java version (2656L/17K).
static BufferedReader utf8Reader_possiblyGZipped(File f) { ret isGZipFile(f) ? utf8Reader(gzipInputStream(f)) : utf8Reader(f); }
Began life as a copy of #1028185
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: | #1028219 | 
| Snippet name: | utf8Reader_possiblyGZipped | 
| Eternal ID of this version: | #1028219/1 | 
| Text MD5: | e9c29a7db5cd532b2a1d6bf20aa7fcd7 | 
| Transpilation MD5: | 0fda53abdff4eda8d8412fa76b7f2b57 | 
| 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 01:04:03 | 
| Source code size: | 132 bytes / 3 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 413 / 541 | 
| Referenced in: | [show references] |