The moose likes I/O and Streams and the fly likes GZIP Format and merging two GZIP files in Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » I/O and Streams
Reply Bookmark "GZIP Format and merging two GZIP files in Java" Watch "GZIP Format and merging two GZIP files in Java" New topic
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
 
Threads others viewed
GZIP Utility
Can The Solution of the problem which i have solved can be further more improvised
Recovery from corrupt GZIP file
Java file.mkdir() does not work even after chmod set to 777
Does java.util.zip.GZIPInputStream support files > 4GB?
MyEclipse, The Clear Choice