static InputStream zipInputStream(ZipFile zip, S fileName) ctex { ZipEntry entry = zip.getEntry(fileName); ret entry == null ? null : zip.getInputStream(entry); }
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: | 710 / 795 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012232 - zipFileInputStream |