skgmn / RapidDecoder

Simplified bitmap decoding and scaling for Android
Apache License 2.0
261 stars 43 forks source link

How to decode from ZipInputStream #12

Open beansgum opened 7 years ago

beansgum commented 7 years ago

I have some image files in a Zip file and RapidDecoder was able to decode the first two images and then it crashed. I checked the log and i found out that RapidDecoder was closing the stream after read. Please is there a solution to make it not close the stream?