![]() | FixedWidthWriter Class |
Namespace: DataStreams.FixedWidth
The FixedWidthWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | FixedWidthWriter(TextWriter) |
Creates a FixedWidthWriter object using a TextWriter to
write data to.
|
![]() | FixedWidthWriter(String) |
Creates a FixedWidthWriter object using a file to write
data to. Uses a comma as the delimiter and Encoding.Default
as the encoding.
|
![]() | FixedWidthWriter(Stream, Encoding) |
Creates a FixedWidthWriter object using a Stream to
write data to.
|
![]() | FixedWidthWriter(String, Encoding) |
Creates a FixedWidthWriter object using a file to write
data to.
|
Name | Description | |
---|---|---|
![]() | Close |
Closes and releases all related resources.
(Inherited from WriterBase.) |
![]() | EndRecord |
Ends the current record by sending the record delimiter.
|
![]() | Equals | (Inherited from Object.) |
![]() | Flush |
Clears all buffers for the current writer and causes any
buffered data to be written to the underlying device.
(Inherited from WriterBase.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Write |
Writes another column of data to this record.
|
![]() | WriteAll |
Writes all data from the DataTable.
|
![]() | WriteRecord |
Writes a new record using the passed in array of values.
|
Name | Description | |
---|---|---|
![]() | Columns | |
![]() | Settings |
Has all the options that are able to be set that will affect the way
records are written.
|