aspose file tools
The moose likes Beginning Java and the fly likes What is the purpose of using this command? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "What is the purpose of using this command?" Watch "What is the purpose of using this command?" New topic
Author

What is the purpose of using this command?

bobby Varghese
Greenhorn

Joined: Feb 12, 2009
Posts: 6
BufferedReader stdin = new BufferedReader
amitabh mehra
Ranch Hand

Joined: Dec 05, 2006
Posts: 98
For efficiency purpose.. this is a wrapper... Chk the docs:
http://java.sun.com/j2se/1.4.2/docs/api/java/io/BufferedReader.html
bobby Varghese
Greenhorn

Joined: Feb 12, 2009
Posts: 6
Thank you...Amithabh
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: What is the purpose of using this command?
 
Similar Threads
Fastest File Read Method
tell me about BufferedReader
How to find a word in a text file?
What's the diff between these?
Struts FormFile (parsing .csv files)