kCura.WinEDDS.Exporters.ILongTextStreamFormatter public interface ILongTextStreamFormatter Documentation Code namespace kCura.WinEDDS.Exporters { public interface ILongTextStreamFormatter { void TransformAndWriteCharacter(int character, TextWriter outputStream); } }