posted 15 years ago
I am getting the following error in BufferedStream readline method:
BufferedTest.java:25: cannot find symbol
symbol : method readline()
location: class java.io.BufferedReader
s=bin.readline();
^
Please tell me the reason for this and what the solution for it???