1 | svoid mergeJars_fileFilter(L<File> in, File out, F1<S, Bool> filter) ctex {
|
2 | ZipOutputStream zip = newZipOutputStream(out); |
3 | new Set<S> set; |
4 | for (File f : unnull(in)) |
5 | zip2zip_exceptManifest3(f, zip, set, filter); |
6 | zip.close(); |
7 | print("Wrote " + fileInfo(out));
|
8 | } |
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: | 560 / 583 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |