deflateSetDictionary : function(dictionary, dictLength) {
            var that = this;
            if (!that.dstate)
                return Z_STREAM_ERROR;
            return that.dstate.deflateSetDictionary(that, dictionary, dictLength);