Class MetaFileSystemConnector
A concrete implementation of the [Workspace.XBR.Xperiflow.Etl.IFileConnector](../Xperiflow.Etl/IFileConnector.md)
interface that reads and writes files from the MetaFileSystem.
Namespace: Workspace.XBR.Xperiflow.Etl
Assembly: Xperiflow.dll
Declaration
public class MetaFileSystemConnector : IFileConnector
Implements: Workspace.XBR.Xperiflow.Etl.IFileConnector
Methods
Read()
Reads the file content as a Stream
from the MetaFileSystem.
Declaration
public Stream Read()
Returns
System.IO.Stream
A Stream
representing the file content
Write(Stream)
Writes the specified Stream
to a MetaFileSystem.
Declaration
public void Write(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | The Stream to write to the file |
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