Ejemplo n.º 1
0
 public SyncSplitStrategy(IFileChunkReader chunkReader, IChunkDataSorter sorter, IComparer <string> comparer)
 {
     _chunkReader = chunkReader;
     _sorter      = sorter;
     _comparer    = comparer;
 }