• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

StreamTokenizer

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could anybody please give me an example clearly explaining how StreamTokenizer Works.Thanks in advance
 
Ranch Hand
Posts: 413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is a depricated API
String tokenizer serves its purpose now

Originally posted by sai challa:
Could anybody please give me an example clearly explaining how StreamTokenizer Works.Thanks in advance


 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
StreamTokenizer is definately NOT deprecated!! The first constructor StreamTokenizer(InputStream is) is deprecated. You gotta be careful when you answer something.
Here's a link to the API description: http://www.java.sun.com/j2se/1.3/docs/api/java/io/StreamTokenizer.html
Matt
 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I too have had questions about these Tokenizers. You can check these out. Hope they help
http://www.javaranch.com/ubb/Forum33/HTML/001815.html
http://www.javaranch.com/ubb/Forum34/HTML/000704.html
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic