1 | static ZipOutputStream newZipOutputStream(S path) {
|
2 | ret newZipOutputStream(new File(path)); |
3 | } |
4 | |
5 | static ZipOutputStream newZipOutputStream(File zip) ctex {
|
6 | ret new ZipOutputStream(newFileOutputStream(zip)); |
7 | } |
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: | #1013690 |
| Snippet name: | newZipOutputStream |
| Eternal ID of this version: | #1013690/5 |
| Text MD5: | f9dff06f8cdb5f976e11a6a13585282b |
| Author: | stefan |
| Category: | javax / io |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-13 13:07:20 |
| Source code size: | 218 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 656 / 758 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |