Method | Description | |
---|---|---|
ReadDoubleQuotedWord ( ) : string |
Reads a quoted string. All the whitespace tokens between quotes are ignored. |
|
WktStreamTokenizer ( TextReader reader ) : System |
Initializes a new instance of MapAround.IO.WktStreamTokenizer
|
Method | Description | |
---|---|---|
ReadToken ( string expectedToken ) : void |
Reads a token and checks whether it corresponds the specified token.
|
public WktStreamTokenizer ( TextReader reader ) : System | ||
reader | TextReader | A System.IO.TextReader instance |
return | System |