Method SaveStream
SaveStream(TextWriter)
Saves the scheme content to the specified stream.
public virtual bool SaveStream(TextWriter writer)
Parameters
writerTextWriterThe TextWriter object to write scheme to stream.
Returns
- bool
True is succeed; otherwise false.
SaveStream(Stream)
Saves the scheme content to the specified stream.
public virtual bool SaveStream(Stream stream)
Parameters
streamStreamThe Stream object to write the text.
Returns
- bool
True is succeed; otherwise false.
SaveStream(Stream, Encoding)
Saves the text content to the specified stream.
public virtual bool SaveStream(Stream stream, Encoding encoding)
Parameters
streamStreamThe Stream object to write the text.
encodingEncodingSpecifies the character encoding to use.
Returns
- bool
True is succeed; otherwise false.