Parsing a file - each line of file has integers, flooats,doubles , strings

I am trying to parse a file.

Each line of the file has ints, doubles, floats and strings.

I am using BufferedReader class.

I cant use StringTokenizer class here.

I want to get each tokens and pass them into my method columnname.setValue(object, row, col) of DefaultTableModel class. Which tokenizer class would be suitable in this situation.

Please help me.

[399 byte] By [qazwsx_qaza] at [2007-10-3 5:15:34]
# 1
java.util.Scanner ?
cotton.ma at 2007-7-14 23:22:09 > top of Java-index,Java Essentials,Java Programming...
# 2
Thank you very much . I am trying with Scanner class now.
qazwsx_qaza at 2007-7-14 23:22:09 > top of Java-index,Java Essentials,Java Programming...
# 3
When I import java.util.Scanner. It says. java.util.Scanner cannot be resolved. Is it coz it is not in my installed version of java?
qazwsx_qaza at 2007-7-14 23:22:09 > top of Java-index,Java Essentials,Java Programming...
# 4
> Is it coz it is not in my installed version of java?Most problably yes. Which version is it?
jfbrierea at 2007-7-14 23:22:09 > top of Java-index,Java Essentials,Java Programming...