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

4
LINES

< > BotCompany Repo | #1015360 // zip_addFilesInBaseDir

JavaX fragment (include)

static void zip_addFilesInBaseDir(ZipOutputStream outZip, Iterable<File> l) {
  for (File f : unnull(l))
    zip_addFileInBaseDir(outZip, f);
}

Author comment

Began life as a copy of #1015358

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: #1015360
Snippet name: zip_addFilesInBaseDir
Eternal ID of this version: #1015360/1
Text MD5: c4b30dc19eb1d0683f7b70e50faf49c6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-13 13:06:01
Source code size: 146 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 336 / 376
Referenced in: [show references]