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

5
LINES

< > BotCompany Repo | #1012232 // zipFileInputStream

JavaX fragment (include)

// TODO: is zipfile ever closed?
static InputStream zipFileInputStream(File inZip, S fileName) ctex {
  ZipFile zip = new ZipFile(inZip);
  ret zipInputStream(zip, fileName);
}

Author comment

Began life as a copy of #1009761

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: #1012232
Snippet name: zipFileInputStream
Eternal ID of this version: #1012232/7
Text MD5: a08044c5ab338ff2b391929146a51211
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-24 13:51:10
Source code size: 180 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 484 / 492
Version history: 6 change(s)
Referenced in: [show references]