protected override void EndProcessing() { HexDump[] dump = HexDump.Get(byteList.ToArray()); foreach (HexDump d in dump) { WriteObject(d); } GC.Collect(); }