2003-03-20 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Thu, 20 Mar 2003 07:54:24 +0000 (07:54 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 20 Mar 2003 07:54:24 +0000 (07:54 +0000)
commit10b33028a2a620bc2864fc8f939072599762a1e2
treec99af8765e9410ed162e184496445f198dee0afc
parent04b3370bfd9d028ee9f048ca76bc25bbd2a86c88
2003-03-20  Michael Koch  <konqueror@gmx.de>

* java/io/FileInputStream.java
(getChannel): New implementation.
* java/io/FileOutputStream.java
(ch): New member variable.
(getChannel): Implemented.
* java/io/RandomAccessFile.java
(RandomAccessFile): Throws FileNotFoundException instead of
IOException.
(getChannel): New method.
(ch): New member variable.

From-SVN: r64609
libjava/ChangeLog
libjava/java/io/FileInputStream.java
libjava/java/io/FileOutputStream.java
libjava/java/io/RandomAccessFile.java