C# Class AssemblyCSharp.TSVParser

Inheritance: IParser
Afficher le fichier Open project: wooga/ps_social_jam

Protected Properties

Свойство Type Description
Reader System.IO.StringReader

Méthodes publiques

Méthode Description
Parse ( string text ) : object

Méthodes protégées

Méthode Description
IsEOF ( string line ) : bool
ReadLine ( ) : string[]
Split ( string text ) : string[]
TSVParser ( ) : System.IO

Method Details

IsEOF() protected méthode

protected IsEOF ( string line ) : bool
line string
Résultat bool

Parse() public abstract méthode

public abstract Parse ( string text ) : object
text string
Résultat object

ReadLine() protected méthode

protected ReadLine ( ) : string[]
Résultat string[]

Split() protected méthode

protected Split ( string text ) : string[]
text string
Résultat string[]

TSVParser() protected méthode

protected TSVParser ( ) : System.IO
Résultat System.IO

Property Details

Reader protected_oe property

protected StringReader,System.IO Reader
Résultat System.IO.StringReader