Advantage and use of StreamTokenizer

Hi All,Can you please explain me what is the advantage(s) of using StreamTokenizer over the combination of BufferedReader and StringTokenizer ?Also please explain the use of StreamTokenizer with example code.Thanks in advanceJDG
[263 byte] By [JoydeepGa] at [2007-11-26 17:21:48]
# 1
I think StreamTokenizer more better when you work with parser a file.StreamTokenizer is more flexible and efficient.
RobertSnooga at 2007-7-8 23:49:47 > top of Java-index,Core,Core APIs...