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, startQuotedIsValidpublic InputStreamTokenizer(InputStream is)
is - InputStream instanceprotected int read()
throws IOException
Tokenizerread in class TokenizerIOExceptionCopyright © 2000–2025 MPXJ. All rights reserved.