PipedInputStream: Rewrote to be simpler and more correct.
authorBryce McKinlay <bryce@albatross.co.nz>
Fri, 5 Jan 2001 08:23:51 +0000 (08:23 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Fri, 5 Jan 2001 08:23:51 +0000 (08:23 +0000)
commit865b4ea73fa515c0bd13dd1157d59dd3f91ec1bb
tree9845cc2a1b1bd53fe09d7d8b815481b3e1f9ceba
parenta5a4ce3c3c0eee620f62210898d661a3b05f283a
PipedInputStream: Rewrote to be simpler and more correct.

* java/io/PipedInputStream: Rewrote to be simpler and more correct.
* java/io/PipedOutputStream: Updated to match new PipedInputStream.
* java/io/PipedReader: New implementation based on new
PipedInputStream.
* java/io/PipedWriter: Updated to match new PipedOutputStream.

From-SVN: r38708
libjava/ChangeLog
libjava/java/io/PipedInputStream.java
libjava/java/io/PipedOutputStream.java
libjava/java/io/PipedReader.java
libjava/java/io/PipedWriter.java