This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: BufferedOutputStream.write() premature buffer flush patch
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: java-patches at gcc dot gnu dot org
- Date: 13 Feb 2003 15:23:00 -0700
- Subject: Re: BufferedOutputStream.write() premature buffer flush patch
- References: <1045168920.30211.234.camel@elsschot>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> 2003-02-13 Mark Wielaard <mark@klomp.org>
Mark> * java/io/BufferedOutputStream.java (write(int)): Only flush when
Mark> next byte cannot be buffered.
Mark> OK for mainline and branch?
Yes, thanks.
Tom