2005-04-29 Dalibor Topic <robilad@kaffe.org>
authorDalibor Topic <robilad@kaffe.org>
Fri, 29 Apr 2005 18:47:42 +0000 (18:47 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Fri, 29 Apr 2005 18:47:42 +0000 (18:47 +0000)
commitb61ae8b2611643a3f7005680573e4f13dcf9ef23
treea633006bbff08f9d9c68b140ddd9e2656e06ec70
parent2c80f015490c820ec71549975d6276b41ed9ae4c
2005-04-29  Dalibor Topic  <robilad@kaffe.org>

* java/nio/channels/FileChannelImpl.java
(FileChannelImpl(String, int)): Removed.
(FileChannelImpl(File, int)): Added. Check if opened file is a
directory.
* java/io/FileInputStream.java(FileInputStream): Fixed javadocs.
Call FileChannelImpl(File, int).
* java/io/FileOutputStream.java (FileInputStream): Call
FileChannelImpl(File, int).
* java/io/RandomAccessFile.java (RandomAccessFile):
Call FileChannelImpl(File, int). Switched constructors around.

From-SVN: r99011
libjava/ChangeLog
libjava/gnu/java/nio/channels/FileChannelImpl.java
libjava/java/io/FileInputStream.java
libjava/java/io/FileOutputStream.java
libjava/java/io/RandomAccessFile.java