mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-22 11:25:52 +00:00
0bf188159d
* 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