Click or drag to resize

LocalStreamer Class

An implementation of stream processing using the file-system as backing storage. This class has no special dependencies outside the .NET Core framework, so it cab be used as the default file processing for the crosstab engine.
Inheritance Hierarchy
SystemObject
  RCS.Carbon.VariablesLocalStreamer

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public sealed class LocalStreamer : IStreamer, 
	IDisposable

The LocalStreamer type exposes the following members.

Methods
 NameDescription
Public methodDisposeReleases all resources used by the LocalStreamer
Public methodOpenRead Open disk file and set StreamReader
Public methodWriteBlob Added to support writing a complete binary blob to a file (such as an XLSX).
Top
See Also