Click or drag to resize

FlatWriter Class

Writes to flat file.
Inheritance Hierarchy
SystemObject
  EdiFabric.Framework.WritersFlatWriter

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public class FlatWriter : IDisposable

The FlatWriter type exposes the following members.

Constructors
 NameDescription
Public methodFlatWriter Initializes a new instance of the FlatWriter class.
Top
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 methodWrite Writes a message to the destination.
Public methodWriteAsync Writes a message to the destination asynchronously.
Top
See Also