My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for

Assembly: MongoDB.Driver.dll
Namespace: MongoDB.Driver.IO
Type Name: LineReader (class)

Methods:

T_MongoDB_Driver_IO_LineReader  
API documentation for the LineReader type
WikiDoc, Type
Updated Jun 8, 2010 by ee.devf...@gmail.com

Summary

Reads a data source line by line. The source can be a file, a stream, or a text reader. In any case, the source is only opened when the enumerator is fetched, and is closed when the iterator is disposed.

Members

Methods

Constructors

GetEnumerator

||===== Returns =====
LineReader(System.Func_1[System.IO.Stream])
LineReader(System.Func_1[System.IO.Stream], System.Text.Encoding)
LineReader(System.Func_1[System.IO.TextReader])
LineReader(System.String)
LineReader(System.String, System.Text.Encoding)
IEnumerator<string> GetEnumerator()

||Enumerates the data source line by line.
IEnumerator<string> GetEnumerator()

GetEnumerator

||===== Returns =====
IEnumerator<string> GetEnumerator()

||Enumerates the data source line by line.
IEnumerator<string> GetEnumerator()


Sign in to add a comment
Powered by Google Project Hosting