ConverterWriter Members
The ConverterWriter type is a write-only converter that is derived from the TextWriter class. Source documents are written into ConverterWriter and the output is written into a Stream or TextWriter object.
The following tables list the members exposed by the ConverterWriter type.
Public Constructors
Name | Description | |
---|---|---|
ConverterWriter | Overloaded. The ConverterWriter constructor creates a new ConverterWriter object. |
Top
Public Properties
Name | Description | |
---|---|---|
Encoding | Overridden. The Encoding method returns null. | |
FormatProvider | (inherited from TextWriter ) | |
NewLine | (inherited from TextWriter ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Close | (inherited from TextWriter ) | |
CreateObjRef | (inherited from MarshalByRefObject ) | |
Dispose | Overloaded. | |
Equals | Overloaded. (inherited from Object ) | |
Flush | Overridden. The Flush method clears all buffers for this ConverterWriter object and causes any buffered data to be written to the destination TextWriter or stream that it owns. | |
GetHashCode | (inherited from Object ) | |
GetLifetimeService | (inherited from MarshalByRefObject ) | |
GetType | (inherited from Object ) | |
InitializeLifetimeService | (inherited from MarshalByRefObject ) | |
ReferenceEquals | (inherited from Object ) | |
Synchronized | (inherited from TextWriter ) | |
ToString | (inherited from Object ) | |
Write | Overloaded. | |
WriteLine | Overloaded. |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Overridden. The Dispose overload releases the resources that are used by the ConverterWriter. | |
Finalize | (inherited from Object ) | |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
Top