1 | static void zip_addFilesInBaseDir(ZipOutputStream outZip, Iterable<File> l) { |
2 | for (File f : unnull(l)) |
3 | zip_addFileInBaseDir(outZip, f); |
4 | } |
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: | 406 / 451 |
Referenced in: | [show references] |