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

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

Methods:

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

Summary

Takes an encoding (defaulting to UTF-8) and a function which produces a seekable stream (or a filename for convenience) and yields lines from the end of the stream backwards. Only single byte encodings, and UTF-8 and Unicode, are supported. The stream returned by the function must be seekable.

Members

Methods

Constructors

GetEnumerator

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


Sign in to add a comment
Powered by Google Project Hosting