C# Class TinyCsvParser.Tokenizer.RFC4180.Reader

Afficher le fichier Open project: bytefish/TinyCsvParser Class Usage Examples

Méthodes publiques

Méthode Description
ReadTokens ( StringReader reader ) : IList
Reader ( Options options ) : System.Collections.Generic
ToString ( ) : string

Private Methods

Méthode Description
IsDelimiter ( int c ) : bool
IsEndOfStream ( int c ) : bool
IsQuoteCharacter ( int c ) : bool
IsWhiteSpace ( int c ) : bool
NextToken ( StringReader reader ) : Token
ReadQuoted ( StringReader reader ) : string
Skip ( StringReader reader ) : void

Method Details

ReadTokens() public méthode

public ReadTokens ( StringReader reader ) : IList
reader System.IO.StringReader
Résultat IList

Reader() public méthode

public Reader ( Options options ) : System.Collections.Generic
options Options
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string