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