Exemple #1
0
        public void startCompression(string path)
        {
            ITextReader  reader    = Core.class_fabric.getTextReaderComponent();
            Queue <word> proc_data = reader.startDataProcessing(path);

            Action(Core.class_fabric.getBWTCompression(), proc_data);
        }