示例#1
0
        private readonly int MaxLength;//processstartinfo can't handle more than 32k charlength

        public FileBatchProvider(IArchiveSettings archiveSettings)
        {
            MaxLength = archiveSettings.ArgumentLengthBeforePerCompress;
        }