C# Class STELLAR.APP.CsvParser.DelimitedStream

显示文件 Open project: cbinding/stellar

Public Methods

Method Description
DelimitedStream ( TextReader s, char delimiter ) : System
GetNextRow ( ) : string[]

Private Methods

Method Description
GetNextChar ( bool eat ) : char
GetNextItem ( ) : string

Method Details

DelimitedStream() public method

public DelimitedStream ( TextReader s, char delimiter ) : System
s TextReader
delimiter char
return System

GetNextRow() public method

public GetNextRow ( ) : string[]
return string[]