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

        //    dict = table.Dictionary;
        //}

        public Compression()
        {
            dict = DictInitialize.CompressDictionaryInit();
        }
Exemplo n.º 2
0
        //public Compression()
        //{
        //    DictBuilder table = new DictBuilder();

        //    dict = table.Dictionary;
        //}

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