aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Buffering Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Buffering" Watch "Buffering" New topic
Author

Buffering

Maulin Vasavada
Ranch Hand

Joined: Nov 04, 2001
Posts: 1865
Hi,
which of these are buffered i/o streams? (including char streams)
1. BufferedReader
2. BufferedInputStream
3. LineNumberInputStream
4. LineNumberReader
regards
maulin.


1. Have fun @ http://faq.javaranch.com/java/JavaRaq
2. Looking for simple infix2postfix conversion and postfix evaluation package? Click here
Junilu Lacar
Bartender

Joined: Feb 26, 2001
Posts: 4118
    
    2

The best place to find answers to questions like this is to go to the Java API Documentation.
Go to the java.io package and click on each of the classes you listed. At the very top of the class documentation you will see a class heirarchy. See if there is some sort of buffered class in its ancestry.


Junilu - [How to Ask Questions] [How to Answer Questions] [MiH]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Buffering
 
Similar Threads
reading a file by lines
discussion : 3 different categories of tx...
Read a passowrd protected zip file
Solved : Can someone help with Object Input/Output Stream...
BufferedOutputStream