Click or drag to resize
FixedWidthWriter Constructor (Stream, Encoding)
Creates a FixedWidthWriter object using a Stream to write data to.

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public FixedWidthWriter(
	Stream outputStream,
	Encoding encoding
)

Parameters

outputStream
Type: System.IOStream
The stream to write the column delimited data to.
encoding
Type: System.TextEncoding
The Encoding to use while writing the data.
See Also