C# Class clojure.lang.PushbackTextReader

Inheritance: System.IO.TextReader, IDisposable
Afficher le fichier Open project: richhickey/clojure-clr Class Usage Examples

Protected Properties

Свойство Type Description
_baseReader System.IO.TextReader
_hasUnread bool
_unreadChar int

Méthodes publiques

Méthode Description
Close ( ) : void
Peek ( ) : int
PushbackTextReader ( TextReader reader ) : System
Read ( ) : int
Unread ( int ch ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Peek() public méthode

public Peek ( ) : int
Résultat int

PushbackTextReader() public méthode

public PushbackTextReader ( TextReader reader ) : System
reader System.IO.TextReader
Résultat System

Read() public méthode

public Read ( ) : int
Résultat int

Unread() public méthode

public Unread ( int ch ) : void
ch int
Résultat void

Property Details

_baseReader protected_oe property

protected TextReader,System.IO _baseReader
Résultat System.IO.TextReader

_hasUnread protected_oe property

protected bool _hasUnread
Résultat bool

_unreadChar protected_oe property

protected int _unreadChar
Résultat int