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

9
LINES

< > BotCompany Repo | #1022638 // extractFileFromZip - synonym of extractFileFromZipFile

JavaX fragment (include)

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: 248 / 287
Referenced in: [show references]