svoid mergeJars_fileFilter(L<File> in, File out, F1<S, Bool> filter) ctex { ZipOutputStream zip = newZipOutputStream(out); new Set<S> set; for (File f : unnull(in)) zip2zip_exceptManifest3(f, zip, set, filter); zip.close(); print("Wrote " + fileInfo(out)); }
Began life as a copy of #1019059
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019062 |
| Snippet name: | mergeJars_fileFilter |
| Eternal ID of this version: | #1019062/3 |
| Text MD5: | 6a06adf7bd260e7899537c5589761eeb |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-10-21 23:11:04 |
| Source code size: | 279 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 558 / 579 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |