Exemplo n.º 1
0
        //public Compression()
        //{
        //    DictBuilder table = new DictBuilder();

        //    dict = table.Dictionary;
        //}

        public Decompression()
        {
            dict = DictInitialize.DeompressDictionaryInit();
        }