Method LoadStream
LoadStream(TextReader)
Loads the contents of the specified stream.
public virtual bool LoadStream(TextReader reader)
Parameters
reader
TextReaderThe TextReader object to read scheme.
Returns
- bool
True is succeed; otherwise false.
LoadStream(Stream)
Loads the contents of the specified stream.
public virtual bool LoadStream(Stream stream)
Parameters
stream
StreamThe Stream object to read scheme.
Returns
- bool
True is succeed; otherwise false.
LoadStream(Stream, Encoding)
Loads the contents of the specified stream.
public virtual bool LoadStream(Stream stream, Encoding encoding)
Parameters
stream
StreamThe Stream object to read scheme.
encoding
EncodingSpecifies the character encoding to use.
Returns
- bool
True is succeed; otherwise false.