natPlainSocketImplPosix.cc (read_helper): Handle count == 0 case.
commit6dcd18b9aa78af93366156bb253d4bfaa89a3e8d
authorDavid Daney <ddaney@avtrex.com>
Tue, 15 Mar 2005 16:46:51 +0000 (15 16:46 +0000)
committerDavid Daney <daney@gcc.gnu.org>
Tue, 15 Mar 2005 16:46:51 +0000 (15 16:46 +0000)
tree91fdc7ab4a90e289342eb60ae6b642f5dfe516af
parent4f51c6e7ca17e29ad16c1d346d26fa16e16df3ad
natPlainSocketImplPosix.cc (read_helper): Handle count == 0 case.

2005-03-15  David Daney  <ddaney@avtrex.com>

* gnu/java/net/natPlainSocketImplPosix.cc (read_helper): Handle
count == 0 case.

2005-03-15  David Daney  <ddaney@avtrex.com>

* java/io/BufferedInputStream.java (available): Use 'in' instead
of 'super' for underlying stream access.
(close): Ditto.
(read(byte[], int, int)): Ditto.
(refill): Ditto.
(skip): Call skip on underlying stream when possible.

From-SVN: r96516
libjava/ChangeLog
libjava/gnu/java/net/natPlainSocketImplPosix.cc
libjava/java/io/BufferedInputStream.java