this.dict = {}; for(var i = 0; i < this.size; ++i){ this.dict[String.fromCharCode(i)] = i; } this.width = _bits(this.code = this.size); this.p = "";