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

4
LINES

< > BotCompany Repo | #1009761 // zipInputStream

JavaX fragment (include)

static InputStream zipInputStream(ZipFile zip, S fileName) ctex {
  ZipEntry entry = zip.getEntry(fileName);
  ret entry == null ? null : zip.getInputStream(entry);
}

Author comment

Began life as a copy of #1002527

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1009761
Snippet name: zipInputStream
Eternal ID of this version: #1009761/1
Text MD5: a7c3a8b3517850ad0fd5788ebaedae47
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-16 03:15:05
Source code size: 169 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 412 / 480
Referenced in: [show references]