Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    4,880

    Re: ZipEntry to InputStream or java.io.File. How?

    For testing try creating a zip file in a byte array and then getting a ZipInputStream on that and reading from it. Then post the code here if you can't get it to work.
  2. Replies
    4
    Views
    4,880

    Re: ZipEntry to InputStream or java.io.File. How?

    After you get the ZipEntry have you tried reading from the ZipInputStream to read its data?
    Read the API doc for the getNextEntry() method.
Results 1 to 2 of 2