public class ReaderTokenizer extends Tokenizer
Constructor and Description |
---|
ReaderTokenizer(Reader r)
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 ReaderTokenizer(Reader r)
r
- Reader instanceprotected int read() throws IOException
Tokenizer
read
in class Tokenizer
IOException
Copyright © 2000–2024 Packwood Software. All rights reserved.