Libraryless. Click here for Pure Java version (4549L/25K).
1 | svoid text2zip(S text, ZipOutputStream outZip, S name) {
|
2 | zip_addTextFile(outZip, name, text); |
3 | } |
4 | |
5 | svoid text2zip(ZipOutputStream outZip, S name, S text) {
|
6 | zip_addTextFile(outZip, name, text); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033488 |
| Snippet name: | text2zip - synonym of zip_addTextFile |
| Eternal ID of this version: | #1033488/3 |
| Text MD5: | 131091a0ab02b11123571a268117e144 |
| Transpilation MD5: | 78483303bd52c9812aec77f519b63f3a |
| Author: | someone |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-29 06:50:15 |
| Source code size: | 202 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 375 / 477 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |