posted 16 years ago
Hi all,
I tried using GZIPInputStream on the file of type .tar.gz and wrote the outputstream which returned a file of type VisualPax Archive instead of a .tar type. So, I am not able to use any Runtime code to run "tar xvf" on the generated output file and untar the folder.
Please let me know how to extract the folder of type .tar.gz which contains multiple text files.
Thanks in advance!!