static int gzInputStream_defaultBufferSize = 65536; static GZIPInputStream gzInputStream(File f) ctex { ret gzInputStream(new FileInputStream(f)); } static GZIPInputStream gzInputStream(File f, int bufferSize) ctex { ret gzInputStream(new FileInputStream(f), bufferSize); } static GZIPInputStream gzInputStream(InputStream in) { ret gzInputStream(in, gzInputStream_defaultBufferSize); } static GZIPInputStream gzInputStream(InputStream in, int bufferSize) ctex { ret _registerIOWrap(new GZIPInputStream(in, gzInputStream_defaultBufferSize), in); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1008747 |
Snippet name: | gzInputStream |
Eternal ID of this version: | #1008747/7 |
Text MD5: | ba8eb3baf5cac9be987039633b40bdb3 |
Author: | stefan |
Category: | javax / i.o. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-15 16:05:09 |
Source code size: | 575 bytes / 17 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 617 / 686 |
Version history: | 6 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |