StreamTokenizer.whitespaceChars
Class Overview | Class Members |
This Package |
All Packages
public void whitespaceChars( int low,
int hi )
Parameters
- low
- the low end of the range.
- hi
- the high end of the range.
Description
Specifies that all characters c in the range
low <= c <= high
are white space characters. White space characters serve only to
separate tokens in the input stream.