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

9
LINES

< > BotCompany Repo | #1028220 // gzipInputStream - synonym of newGZIPInputStream

JavaX fragment (include)

static GZIPInputStream gzipInputStream(File f) {
  ret newGZIPInputStream(f);
}



static GZIPInputStream gzipInputStream(InputStream in) {
  ret newGZIPInputStream(in);
}

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: #1028220
Snippet name: gzipInputStream - synonym of newGZIPInputStream
Eternal ID of this version: #1028220/1
Text MD5: 02a3df5dec94ba3c91c3dcb6da115ec5
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-05-27 01:04:28
Source code size: 173 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 118 / 154
Referenced in: [show references]