C# Class STELLAR.APP.CsvParser.DelimitedStream

Afficher le fichier Open project: cbinding/stellar

Méthodes publiques

Méthode Description
DelimitedStream ( TextReader s, char delimiter ) : System
GetNextRow ( ) : string[]

Private Methods

Méthode Description
GetNextChar ( bool eat ) : char
GetNextItem ( ) : string

Method Details

DelimitedStream() public méthode

public DelimitedStream ( TextReader s, char delimiter ) : System
s TextReader
delimiter char
Résultat System

GetNextRow() public méthode

public GetNextRow ( ) : string[]
Résultat string[]