Search:

Type: Posts; User: eclipse

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    3,206

    [SOLVED] Re: Compressed data from XML file

    Haha epic fail, the previously posted code works, when I loaded the text and cleared the spaces, I accidentally deleted an extra value. Hence the unknown compression method because data was missing....
  2. Replies
    6
    Views
    3,206

    [SOLVED] Re: Compressed data from XML file

    Actually, I'm a lot closer. The 789c tag at the beginning of the text indicates zlib compression, so using the java Inflate method should definitely work since that's what it is designed for. Now...
  3. Replies
    6
    Views
    3,206

    [SOLVED] Re: Compressed data from XML file

    It's not so much the issue of it being an XML file, its more about the fact that the text is compressed and I can't seem to decompress it. When the InflaterInputStream runs on the second version, it...
  4. Replies
    6
    Views
    3,206

    [SOLVED] Compressed data from XML file

    Hi everyone! I had a question about some data I'm extracting from an XML file. I'm pretty sure it's compressed, but I can't seem to decompress it using the InflaterInputStream method. I've been...
Results 1 to 4 of 4