Class CustomGzipOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class CustomGzipOutputStream extends GZIPOutputStream
Hacky little class used to allow us to set the compression level on a GZIP output stream which, for some bizarre reason, is not exposed in the standard API.