1 | // TODO: is zipfile ever closed? |
2 | static InputStream zipFileInputStream(File inZip, S fileName) ctex {
|
3 | ZipFile zip = new ZipFile(inZip); |
4 | ret zipInputStream(zip, fileName); |
5 | } |
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: | 786 / 802 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |