C# Class clojure.lang.LineNumberingTextReader

Inheritance: PushbackTextReader, IDisposable
Mostra file Open project: richhickey/clojure-clr Class Usage Examples

Public Methods

Method Description
Close ( ) : void
LineNumberingTextReader ( TextReader reader ) : System
Read ( ) : int
Unread ( int ch ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
NoteLineAdvance ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

LineNumberingTextReader() public method

public LineNumberingTextReader ( TextReader reader ) : System
reader System.IO.TextReader
return System

Read() public method

public Read ( ) : int
return int

Unread() public method

public Unread ( int ch ) : void
ch int
return void