Class AbstractFileSystemExtractor
A concrete implementation of Workspace.XBR.Xperiflow.Etl.IExtractor%601
that extracts unstructured data from an abstract file system.
Namespace: Workspace.XBR.Xperiflow.Etl.Unstructured
Assembly: Xperiflow.dll
Declaration
public class AbstractFileSystemExtractor : IExtractor<Stream>
Implements:
Workspace.XBR.Xperiflow.Etl.IExtractor<System.IO.Stream>
Methods
Extract()
Extracts the file data as a Stream
from the abstract file system using the [Workspace.XBR.Xperiflow.Etl.IFileConnector](../Xperiflow.Etl/IFileConnector.md)
object.
Declaration
public Stream Extract()
Returns
System.IO.Stream
A Stream
object containing the file data
Implements
Workspace.XBR.Xperiflow.Etl.IExtractor<System.IO.Stream>
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