Transpiled version (4698L) is out of date.
1 | static void file2zip(ZipOutputStream outZip, File f, S name) { |
2 | addFileToZip(outZip, f, name); |
3 | } |
4 | |
5 | static void file2zip(ZipOutputStream outZip, File f) { |
6 | addFileToZip(outZip, f); |
7 | } |
8 | |
9 | static void file2zip(File f, ZipOutputStream outZip) { |
10 | addFileToZip(outZip, f); |
11 | } |
12 | |
13 | static void file2zip(File f, ZipOutputStream outZip, S name) { |
14 | addFileToZip(outZip, f, name); |
15 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022642 |
Snippet name: | file2zip - synonym of addFileToZip |
Eternal ID of this version: | #1022642/4 |
Text MD5: | b83ff86ce3757343d1d66f8762a6309d |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-29 04:01:13 |
Source code size: | 380 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 361 / 418 |
Version history: | 3 change(s) |
Referenced in: | [show references] |