473,385 Members | 1,752 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

BufferedReader and InputStreamReader

kaleeswaran
132 100+
what is difference between -BufferedReader and InputStreamReader..
which one is efficent?..
Mar 28 '07 #1
1 6413
r035198x
13,262 8TB
what is difference between -BufferedReader and InputStreamReader..
which one is efficent?..
The buffered reader buffers data first before sending. The InputStreamReader will therefore be faster but the BufferedReader helps to make the reading of data cleaner.
Mar 28 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Dr.Kadzija | last post by:
i have a client-server application. client and server should communicate via tcp sockets. ok, so i use Sockets, PrintWriter and BufferedReader. the problem is that: both client and server will send...
1
by: Morten | last post by:
Hi. I have a file using \n as line-separator. There are also occurrences of \r in the file, but I don't want the BufferedReader.readLine() to consider those as EOL. Apart from stripping all \r...
8
JavaStudent07
by: JavaStudent07 | last post by:
I had an assignment, on the command prompt, enter a filename of a previously formed program and print it out with numbered lines IE* 1 public ********* 2 { 3 Code 4 } ETC.
6
crystal2005
by: crystal2005 | last post by:
Hello guys, I'm a beginner in Java application programming. I started to write a Java application in which link to MS Access database. I encountered a problem in deletion function. E.g. I would...
5
by: angelotti | last post by:
Hi everyone , i have the following problem , i read data from another application that i started through the runtime.exec() in my Java class. I need to periodically check if there is any data...
1
by: stmfc | last post by:
is it possible to read values from Standard input without using InputStreamReader ?
2
by: jyohere | last post by:
I want to know which one will be faster randomAccessFile or Bufferedeader. I am reading a file about 18 MB. For that using randomAccessFile i will read from the beginning of the file the first time...
1
by: sassoon12 | last post by:
hi. Is it possible to use bufferedreader in an applet? if so where am i going wrong here ? im getting the following error: E:\CIS26\Hw1App.java:23: unreported exception java.io.IOException; must be...
11
by: brendanmcdonagh | last post by:
Hi all, I'm struggling with a challenge on new learnings about reading and writing from a txt file. Now I have just learnt about the Scanner class and i can usedelimiter (",") to create tokens....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.