static void extractFileFromZip(File inZip, S fileName, File destFile) { extractFileFromZipFile(inZip, fileName, destFile); } static void extractFileFromZip(ZipFile zip, S fileName, File destFile) { extractFileFromZipFile(zip, fileName, destFile); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022638 |
Snippet name: | extractFileFromZip - synonym of extractFileFromZipFile |
Eternal ID of this version: | #1022638/1 |
Text MD5: | 71c155f80a8a881634665e3f992bfe58 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-25 14:17:38 |
Source code size: | 261 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 320 / 360 |
Referenced in: | [show references] |