C# 클래스 AssemblyCSharp.TSVParser

상속: IParser
파일 보기 프로젝트 열기: wooga/ps_social_jam

보호된 프로퍼티들

프로퍼티 타입 설명
Reader System.IO.StringReader

공개 메소드들

메소드 설명
Parse ( string text ) : object

보호된 메소드들

메소드 설명
IsEOF ( string line ) : bool
ReadLine ( ) : string[]
Split ( string text ) : string[]
TSVParser ( ) : System.IO

메소드 상세

IsEOF() 보호된 메소드

protected IsEOF ( string line ) : bool
line string
리턴 bool

Parse() 공개 추상적인 메소드

public abstract Parse ( string text ) : object
text string
리턴 object

ReadLine() 보호된 메소드

protected ReadLine ( ) : string[]
리턴 string[]

Split() 보호된 메소드

protected Split ( string text ) : string[]
text string
리턴 string[]

TSVParser() 보호된 메소드

protected TSVParser ( ) : System.IO
리턴 System.IO

프로퍼티 상세

Reader 보호되어 있는 프로퍼티

protected StringReader,System.IO Reader
리턴 System.IO.StringReader