Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1033488 // text2zip - synonym of zip_addTextFile

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4549L/25K).

svoid text2zip(S text, ZipOutputStream outZip, S name) {
  zip_addTextFile(outZip, name, text);
}

svoid text2zip(ZipOutputStream outZip, S name, S text) {
  zip_addTextFile(outZip, name, text);
}

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: 86 / 129
Version history: 2 change(s)
Referenced in: [show references]