I am trying to find a file within a zip file and get it as an InputStream. So this is what I am doing to get it so far and I am not certain if I am doing it correctly. Here is a sample as the original is slightly longer but this is the main component… Now the main problem
Tag: zipinputstream
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. Answer Here is how I solved this problem. Now I can get single files from ZipInputStream to memory as InputStream.