public class MemoryInputTokenizer extends java.lang.Object implements PatternTokenizer
| Constructor and Description |
|---|
MemoryInputTokenizer()
Creates a new instance of MemoryInputTokenizer
|
MemoryInputTokenizer(double[][] array) |
| Modifier and Type | Method and Description |
|---|---|
char |
getDecimalPoint() |
int |
getLineno()
Return the current line number.
|
int |
getNumTokens() |
double |
getTokenAt(int posiz)
Returns the value of the token at 'posiz' column of the current line
Creation date: (17/10/2000 0.30.08)
|
double[] |
getTokensArray()
Returns an array of values of the current line
Creation date: (17/10/2000 0.13.45)
|
void |
mark()
marks the current position.
|
boolean |
nextLine()
Go to the next line
|
void |
resetInput()
Go to the last marked position.
|
void |
setDecimalPoint(char decimalPoint) |
public MemoryInputTokenizer()
public MemoryInputTokenizer(double[][] array)
public void resetInput()
throws java.io.IOException
resetInput in interface PatternTokenizerjava.io.IOExceptionpublic int getLineno()
getLineno in interface PatternTokenizerpublic char getDecimalPoint()
getDecimalPoint in interface PatternTokenizerpublic boolean nextLine()
throws java.io.IOException
nextLine in interface PatternTokenizerIOException - if an I/O Error occurspublic int getNumTokens()
throws java.io.IOException
getNumTokens in interface PatternTokenizerjava.io.IOExceptionpublic void mark()
throws java.io.IOException
mark in interface PatternTokenizerIOException - if an I/O Error occurspublic double getTokenAt(int posiz)
throws java.io.IOException
getTokenAt in interface PatternTokenizerposiz - intjava.io.IOExceptionpublic double[] getTokensArray()
getTokensArray in interface PatternTokenizerpublic void setDecimalPoint(char decimalPoint)
setDecimalPoint in interface PatternTokenizerSubmit Feedback to pmarrone@users.sourceforge.net