|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.joone.io.XLSInputTokenizer
public class XLSInputTokenizer
Constructor Summary | |
---|---|
XLSInputTokenizer(HSSFSheet i_sheet)
|
Method Summary | |
---|---|
char |
getDecimalPoint()
|
int |
getLineno()
Return the current line number. |
int |
getNumTokens()
|
double |
getTokenAt(int p0)
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 dp)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XLSInputTokenizer(HSSFSheet i_sheet) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public int getLineno()
PatternTokenizer
getLineno
in interface PatternTokenizer
public int getNumTokens() throws java.io.IOException
getNumTokens
in interface PatternTokenizer
java.io.IOException
public double getTokenAt(int p0) throws java.io.IOException
PatternTokenizer
getTokenAt
in interface PatternTokenizer
p0
- int
java.io.IOException
public double[] getTokensArray()
PatternTokenizer
getTokensArray
in interface PatternTokenizer
public void mark() throws java.io.IOException
PatternTokenizer
mark
in interface PatternTokenizer
IOException
- if an I/O Error occurspublic boolean nextLine() throws java.io.IOException
PatternTokenizer
nextLine
in interface PatternTokenizer
IOException
- if an I/O Error occurspublic void resetInput() throws java.io.IOException
PatternTokenizer
resetInput
in interface PatternTokenizer
java.io.IOException
public void setDecimalPoint(char dp)
setDecimalPoint
in interface PatternTokenizer
public char getDecimalPoint()
getDecimalPoint
in interface PatternTokenizer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |