public class SimpleStringNumberReader
extends java.lang.Object
| Constructor and Description |
|---|
SimpleStringNumberReader(char commentChar) |
| Modifier and Type | Method and Description |
|---|---|
char |
getCommentChar() |
double |
getDouble() |
java.lang.String |
getString() |
boolean |
isString() |
boolean |
next() |
double |
nextDouble() |
java.lang.String |
nextString() |
boolean |
read(java.io.Reader input) |
int |
remainingTokens() |
public boolean read(java.io.Reader input)
public int remainingTokens()
public boolean next()
public boolean isString()
public java.lang.String getString()
public double getDouble()
public java.lang.String nextString()
public double nextDouble()
public char getCommentChar()