Table of Contents

Class ReadLine

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Represents an operator that reads lines of characters asynchronously from the input stream.

public class ReadLine : Source<string>
Inheritance
ReadLine
Inherited Members

Methods

Generate()

Reads lines of characters asynchronously from the standard input stream.

Generate(IObservable<TextReader>)

Reads lines of characters asynchronously from a TextReader object.