Click or drag to resize

BaseWriter Class

Writes .NET object into files or streams.
Inheritance Hierarchy

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public abstract class BaseWriter : IDisposable

The BaseWriter type exposes the following members.

Methods
 NameDescription
Public methodDispose Flushes the writer. Closes the last started interchange and group if any. Flushes the underlying StreamWriter to clear the buffer.
Public methodFlushObsolete.
Flushes the writer. Closes the last started interchange and group if any. Flushes the underlying StreamWriter to clear the buffer.
Public methodWrite Writes a message to the destination.
Public methodWriteAsync(EdiMessage, Boolean, Separators) Writes a message to the destination asynchronously.
Public methodWriteAsync(EdiMessage, CancellationToken, Boolean, Separators) Writes a message to the destination asynchronously with cancellation token.
Top
See Also