C# Class Shaman.Runtime.LazyTextReader

Inheritance: IDisposable
Afficher le fichier Open project: antiufo/Shaman.ValueString Class Usage Examples

Méthodes publiques

Méthode Description
ContainsIndex ( int index ) : bool
Dispose ( ) : void
LazyTextReader ( Stream stream, Encoding initialEncoding ) : System
LazyTextReader ( TextReader reader ) : System
ReadToEnd ( ) : void
Substring ( int startIndex, int length ) : string
ToString ( ) : string
TrySetEncoding ( Encoding encoding ) : bool
this ( int index ) : char

Private Methods

Méthode Description
AppendChar ( char ch ) : void
LazyTextReader ( ) : System

Method Details

ContainsIndex() public méthode

public ContainsIndex ( int index ) : bool
index int
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LazyTextReader() public méthode

public LazyTextReader ( Stream stream, Encoding initialEncoding ) : System
stream Stream
initialEncoding System.Text.Encoding
Résultat System

LazyTextReader() public méthode

public LazyTextReader ( TextReader reader ) : System
reader TextReader
Résultat System

ReadToEnd() public méthode

public ReadToEnd ( ) : void
Résultat void

Substring() public méthode

public Substring ( int startIndex, int length ) : string
startIndex int
length int
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

TrySetEncoding() public méthode

public TrySetEncoding ( Encoding encoding ) : bool
encoding System.Text.Encoding
Résultat bool

this() public méthode

public this ( int index ) : char
index int
Résultat char