Skip to content
Advertisement

How can I convert ZipInputStream to InputStream?

I have code, where ZipInputSream is converted to byte[], but I don’t know how I can convert that to inputstream.

JavaScript

Advertisement

Answer

Here is how I solved this problem. Now I can get single files from ZipInputStream to memory as InputStream.

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement