Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Text.ILongTextStreamFormatterFactory
namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Text
{
public interface ILongTextStreamFormatterFactory
{
ILongTextStreamFormatter Create(TextReader source);
}
}