C# Class clojure.lang.Readers.LineNumberingReader

Inheritance: TextReader
显示文件 Open project: arohner/clojure-contrib

Public Methods

Method Description
Close ( ) : void
LineNumberingReader ( TextReader reader ) : System
Peek ( ) : int
Read ( ) : int
Read ( char buffer, int index, int count ) : int
ReadBlock ( char buffer, int index, int count ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string

Private Methods

Method Description
HandleLines ( char buffer, int index, int numRead ) : void
HandleLines ( string result ) : void

Method Details

Close() public method

public Close ( ) : void
return void

LineNumberingReader() public method

public LineNumberingReader ( TextReader reader ) : System
reader TextReader
return System

Peek() public method

public Peek ( ) : int
return int

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( char buffer, int index, int count ) : int
buffer char
index int
count int
return int

ReadBlock() public method

public ReadBlock ( char buffer, int index, int count ) : int
buffer char
index int
count int
return int

ReadLine() public method

public ReadLine ( ) : string
return string

ReadToEnd() public method

public ReadToEnd ( ) : string
return string