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

7
LINES

< > BotCompany Repo | #1013690 // newZipOutputStream

JavaX fragment (include)

static ZipOutputStream newZipOutputStream(S path) {
  ret newZipOutputStream(new File(path));
}
  
static ZipOutputStream newZipOutputStream(File zip) ctex {
  ret new ZipOutputStream(newFileOutputStream(zip));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1013690
Snippet name: newZipOutputStream
Eternal ID of this version: #1013690/5
Text MD5: f9dff06f8cdb5f976e11a6a13585282b
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-13 13:07:20
Source code size: 218 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 332 / 381
Version history: 4 change(s)
Referenced in: [show references]