Search:

Type: Posts; User: goodguy

Search: Search took 0.19 seconds.

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

    Well, I was wrong, the encryption was not a problem.
    I cannot even get the size of the entry. It always returns -1.
    I've managed to google out that it's because the size is written after the entry....
  2. Re: ZipEntry to InputStream or java.io.File. How?

    Yeah, I did it..
    I seem to have found the problem, it's my overtiredness. I forgot the XML file is XOR encrypted, that's why it can't read it
  3. ZipEntry to InputStream or java.io.File. How?

    Hi,
    I've spent many hours trying to find a solution to this problem, but all in vain.
    Here's the deal:
    I have a ZipInputStream, which I've even managed to get a ZipEntry from.
    I can get the size...
Results 1 to 3 of 3