deflateParams : function(level, strategy) {
            var that = this;
            if (!that.dstate)
                return Z_STREAM_ERROR;
            return that.dstate.deflateParams(that, level, strategy);