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

4
LINES

< > BotCompany Repo | #1028214 // zip2tgz - make .tar.gz

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

Uses 578K of libraries. Click here for Pure Java version (2603L/17K).

svoid zip2tgz(File inZip, File outTgz) ctex {
  temp OutputStream out = newGZIPOutputStream(outTgz);
  zip2tar(inZip, out);
}

Author comment

Began life as a copy of #1024945

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028214
Snippet name: zip2tgz - make .tar.gz
Eternal ID of this version: #1028214/3
Text MD5: 6a9df3ba18e399e0a3a5137f2f0d37a4
Transpilation MD5: 8600dd8b445f1298b5373d7320650d70
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-05-26 22:10:48
Source code size: 128 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 152 / 222
Version history: 2 change(s)
Referenced in: [show references]