public class InputStreamTokenizer extends Tokenizer
Constructor and Description |
---|
InputStreamTokenizer(InputStream is)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected int |
read()
This method must be implemented to read the next character from the
data source.
|
getToken, getType, nextToken, setDelimiter, startQuotedIsValid
public InputStreamTokenizer(InputStream is)
is
- InputStream instanceprotected int read() throws IOException
Tokenizer
read
in class Tokenizer
IOException
Copyright © 2000–2024 Packwood Software. All rights reserved.