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); }
public bool Write(int Tiefe, string path, ContentVector vec) { Debug.Assert(!string.IsNullOrEmpty(path) && vec != null); _lst.Add((ContentVector)vec.Clone()); return(true); }