| Author |
GZIP Format and merging two GZIP files in Java
|
Remya sri
Greenhorn
Joined: Feb 03, 2012
Posts: 1
|
|
I am trying to Concat two GZIP files .
1# I tried to GZIP both files seperately and get the result appearing in a encode format as 31-1178000000....
2# then I concat these format code and use the Inputstream to read this file and print it on console....It worked fine
But I need to seperate these two format code before ungizipping it content .Is this possible? Any help would be appreciated.
|
 |
 |
|
|
subject: GZIP Format and merging two GZIP files in Java
|
|
|