C# Class TinyCsvParser.Tokenizer.RFC4180.Reader

Mostra file Open project: bytefish/TinyCsvParser Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public ReadTokens ( StringReader reader ) : IList
reader System.IO.StringReader
return IList

Reader() public method

public Reader ( Options options ) : System.Collections.Generic
options Options
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string