next String
Reads the next token as a string.
Token delimiters are ASCII characters <= 32 (spaces, tabs, newlines, and EOF).
Return
The next token, or null if EOF is reached before a token starts.
Reads the next token as a string.
Token delimiters are ASCII characters <= 32 (spaces, tabs, newlines, and EOF).
The next token, or null if EOF is reached before a token starts.