Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Text.HtmlFileLongTextStreamFormatterFactory
namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Text
{
public class HtmlFileLongTextStreamFormatterFactory : ILongTextStreamFormatterFactory
{
public HtmlFileLongTextStreamFormatterFactory(ExportFile exportSettings);
public ILongTextStreamFormatter Create(TextReader source);
}
}