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 <[EMAIL PROTECTED]>
* 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
_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath