RandomAccessFile.java
6.99 KB
-
2003-03-20 Michael Koch <konqueror@gmx.de> · 10b33028
* 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
Michael Koch committed