Transpiled version (4698L) is out of date.
static void file2zip(ZipOutputStream outZip, File f, S name) { addFileToZip(outZip, f, name); } static void file2zip(ZipOutputStream outZip, File f) { addFileToZip(outZip, f); } static void file2zip(File f, ZipOutputStream outZip) { addFileToZip(outZip, f); } static void file2zip(File f, ZipOutputStream outZip, S name) { addFileToZip(outZip, f, name); }
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: | 360 / 415 |
Version history: | 3 change(s) |
Referenced in: | [show references] |