I'm using Java.
I want to use the Deflater class to deflate some input, then I want to output it in GZIP format so it could be unzipped with GZIP. How can I do this? My understanding is it will output it in a different format. I'm a noob, so if you could be explicit and maybe give a code example that would be super helpful.
I can't use GZIPOutputStream because I need to use some Deflater class specific features before outputting.