Пример #1
0
        protected override bool EnterDir(string path)
        {
            // Speichern des aktuellen Wertes von SumSizeInBytes
            _stack.Push((ContentVector)_contentVec.Clone());

            // Dokumentieren für das Debugging
            Trace.WriteLineIf(FileClassificatorServerSwitch.TraceInfo, "Betrete Pfad " + path + " SumSizeInBytes= " + _contentVec.SizeInBytes);
            return(true);
        }
Пример #2
0
 public bool Write(int Tiefe, string path, ContentVector vec)
 {
     Debug.Assert(!string.IsNullOrEmpty(path) && vec != null);
     _lst.Add((ContentVector)vec.Clone());
     return(true);
 }