This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/18376] java.io.BufferedWriter outputing extraneous characters?


------- Additional Comments From greenrd at greenrd dot org  2005-04-28 22:38 -------
Please reopen. JDK1.5 javadocs for BufferedReader.read include this new information:

"As an additional convenience, it attempts to read as many characters as
possible by repeatedly invoking the read method of the underlying stream."

Bug 18840 addressed the same issue for BufferedInputStream by bringing libgcj
into compliance with JDK1.5; the same should be done here, for BufferedReader.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18376


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]