classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Merged SequenceInputStream and StringBufferInputStream with libgcj


From: Mark Wielaard
Subject: Merged SequenceInputStream and StringBufferInputStream with libgcj
Date: Wed, 3 Oct 2001 22:26:26 +0200
User-agent: Mutt/1.3.22i

Hi,

I merged the SequenceInputStream and StringBufferInputStream with libgcj.
The code was almost identical but I took the libgcj version of both and
added the Classpath comments. The main differences were that the Classpath
version of SequenceInputStream used more variables and tried to fill the
whole buffer on a read(). Both InputStream classes in Classpath had some
synchronized methods, the new code has no synchronized methods. The original
Classpath version was not really thread safe and the spec does not say
that the classes have to be thread safe.


2001-10-03  Mark Wielaard  <address@hidden>

        * java/io/SequenceInputStream.java: Merge with libgcj
        * java/io/StringBufferInputStream.java: Ditto

I am checking this in.

Cheers,

Mark
-- 
Stuff to read:
    <http://www.toad.com/gnu/whatswrong.html>
  What's Wrong with Copy Protection, by John Gilmore



reply via email to

[Prev in Thread] Current Thread [Next in Thread]