Base interface for classes that can produce ITextStream objects.
interface
|
ITextStreamFactory
|
base of
|
IDataStreamOps
|
Creates an ITextStream from the data of this object.
[OwnerReturn, OwnerThis]
|
||||
method
|
ToTextStream
(CharacterEncoding encoding)
|
|||
type
|
ITextStream
|
|||
params
|
encoding
|
[not-null]
|
The character encoding to use. | |
returns
|
|
The data stream. |