Uncompress a gzip and bzip file using java on unix solaris environment

Hi,

I need to uncompress a gzip and bzip file using java on unix solaris environment. I also need to retreive the header information of the file inorder to differentiate between gzip and bzip file. Please help

Pooja