static void unzip(File inZip, File outDir) { zip2dir(inZip, outDir); } static void unzip(File inZip, File outDir, S prefix) { zip2dir(inZip, outDir, prefix); }
Began life as a copy of #1001335
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1013790 |
Snippet name: | unzip - synonym of zip2dir |
Eternal ID of this version: | #1013790/1 |
Text MD5: | f9572efc456b986bd5ec27261daa5c1c |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-02-27 17:51:42 |
Source code size: | 172 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 545 / 579 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |