Geotools.Net

StreamTokenizer Class

The StreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time. The parsing process is controlled by a table and a number of flags that can be set to various states. The stream tokenizer can recognize identifiers, numbers, quoted strings, and various comment style

For a list of all members of this type, see StreamTokenizer Members.

System.Object
   StreamTokenizer

[Visual Basic]
Public Class StreamTokenizer
[C#]
public class StreamTokenizer

Remarks

This is a crude c# implementation of Java's StreamTokenizer class.

Requirements

Namespace: Geotools.Utilities Namespace

Assembly: Geotools.dll

See Also

StreamTokenizer Members | Geotools.Utilities Namespace