I have an XML file format .zfo that is compressed using zip algorithm. I need to remove this compression from the file, so that it is in usable XML form.
How can I remove this compression, or decompress this XML file?
Its not like you might imagine i.e: .zip file containing an xml file. Instead the byte[] thats written to the file is zip compressed.
Thanks in advance.