Connection.java (conect): Open the input and/or output streams immediately here,...
authorPer Bothner <per@bothner.com>
Fri, 22 Feb 2002 13:53:23 +0000 (05:53 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 22 Feb 2002 13:53:23 +0000 (05:53 -0800)
commit0bf188159d50fe4a16a6fed99e67b00decb44372
tree403487f3054f73980bce2587de7b1ce07c86d4f2
parent696179ca62f0ae83ed5b86100d683b60dc83eb97
Connection.java (conect): Open the input and/or output streams immediately here, instead of using File.exists.

* gnu/gcj/protocol/file/Connection.java (conect):  Open the input
and/or output streams immediately here, instead of using File.exists.
(inputStream, outputStream):  New fields to save open streams.
(getInputStream, getOutputStream):  Use already-opened streams.

From-SVN: r49965
libjava/ChangeLog
libjava/gnu/gcj/protocol/file/Connection.java