C# Class AssemblyCSharp.TSVParser

Inheritance: IParser
Mostra file Open project: wooga/ps_social_jam

Protected Properties

Property Type Description
Reader System.IO.StringReader

Public Methods

Method Description
Parse ( string text ) : object

Protected Methods

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

Method Details

IsEOF() protected method

protected IsEOF ( string line ) : bool
line string
return bool

Parse() public abstract method

public abstract Parse ( string text ) : object
text string
return object

ReadLine() protected method

protected ReadLine ( ) : string[]
return string[]

Split() protected method

protected Split ( string text ) : string[]
text string
return string[]

TSVParser() protected method

protected TSVParser ( ) : System.IO
return System.IO

Property Details

Reader protected_oe property

protected StringReader,System.IO Reader
return System.IO.StringReader