1 | svoid mergeJars(L<File> in, File out) ctex {
|
2 | ZipOutputStream zip = newZipOutputStream(out); |
3 | new Set<S> set; |
4 | for (File f : unnull(in)) |
5 | zip2zip_exceptManifest2(f, zip, set); |
6 | zip.close(); |
7 | print("Wrote " + f2s(out));
|
8 | } |
Began life as a copy of #1013689
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: | #1019059 |
| Snippet name: | mergeJars - doesn't copy any manifests |
| Eternal ID of this version: | #1019059/4 |
| Text MD5: | dff60ace5334246194689dd47980cb3b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-23 05:53:41 |
| Source code size: | 235 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 566 / 605 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |