Method IncrementToken
IncrementToken()
Returns true for the next token in the stream, or false at EOS. See http://java.sun.com/j2se/1.3/docs/api/java/lang/Character.UnicodeBlock.html for detail.
Declaration
public override bool IncrementToken()
Returns
Type | Description |
---|---|
System.Boolean | false for end of stream, true otherwise |
Overrides
Exceptions
Type | Condition |
---|---|
System.IO.IOException | when read error happened in the InputStream |