Top "Zipinputstream" questions

A mechanism for reading zip-compressed data from a stream

getInputStream for a ZipEntry from ZipInputStream (without using the ZipFile class)

How can I get an InputStream for a ZipEntry from a ZipInputStream without using the ZipFile class?

java inputstream zipfile zipinputstream
Error "must not be null" in Kotlin

There are multiple files in a .zip file, which I'm trying to get. Trying to unzip the files provides a …

java android kotlin inputstream zipinputstream
How to speed up unzipping time in Java / Android?

Unzipping files on android seems to be dreadfully slow. At first I thought this was just the emulator but it …

java android android-emulator unzip 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. …

java inputstream zipinputstream
Finding a file in zipentry java

I am trying to find a file within a zip file and get it as an InputStream. So this is …

java zipinputstream
Getting specific file from ZipInputStream

I can go through ZipInputStream, but before starting the iteration I want to get a specific file that I need …

java file-io groovy inputstream zipinputstream
ZipInputStream(InputStream, Charset) decodes ZipEntry file name falsely

Java 7 is supposed to fix an old problem with unpacking zip archives with character sets other than UTF-8. This can …

java character-encoding zipinputstream
java.util.zip.ZipException: invalid compression method

I am having some issues in dealing with zip files on Mac OS X 10.7.3. I am receiving a zip file …

java zip zipinputstream
How to create ZIP files using list of Input streams?

In my case I have to download images from the resources folder in my web app. Right now I am …

java spring-mvc inputstream zipinputstream