1 | static InputStream zipInputStream(ZipFile zip, S fileName) ctex { |
2 | ZipEntry entry = zip.getEntry(fileName); |
3 | ret entry == null ? null : zip.getInputStream(entry); |
4 | } |
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: | 491 / 566 |
Referenced in: | [show references] |