Skip to main content

Class FileDataWriterFactory

The FileDataWriterFactory class is used to provide a factory method to instantiate an IDataWriter based on the provided [Workspace.XBR.Xperiflow.Etl.IDataFormat](../Xperiflow.Etl/IDataFormat.md).

Namespace: Workspace.XBR.Xperiflow.Etl.Tabular

Assembly: Xperiflow.dll

Declaration
public class FileDataWriterFactory : IFileDataWriterFactory

Implements: Workspace.XBR.Xperiflow.Etl.Tabular.IFileDataWriterFactory

Methods

CreateDataWriter(Stream, IDataFormat)

Creates an Workspace.XBR.Xperiflow.Etl.Tabular.IDataWriter based on the provided Workspace.XBR.Xperiflow.Etl.IDataFormat.

Declaration
public IDataWriter CreateDataWriter(Stream stream, IDataFormat dataFormat)
Returns

Workspace.XBR.Xperiflow.Etl.Tabular.IDataWriter

Parameters
TypeNameDescription
System.IO.StreamstreamThe Stream object to provide the IDataWriter
Workspace.XBR.Xperiflow.Etl.IDataFormatdataFormatThe Workspace.XBR.Xperiflow.Etl.IDataFormat object to determine the type of Workspace.XBR.Xperiflow.Etl.Tabular.IDataWriter to create

Implements

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?