* java/nio/channels/Channels.java (newInputStream, newOutputStream):
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Mar 2004 23:50:03 +0000 (23:50 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Mar 2004 23:50:03 +0000 (23:50 +0000)
commitc3db176afa2ff0afa4d502ac46ba37a995ef342b
tree8da6fb814250474a55396eab60ccc38d2dedbe09
parent8f0037668ed1962eaed036e2f7e1e20fdef419a0
* java/nio/channels/Channels.java (newInputStream, newOutputStream):
Optimize when argument is a FileChannelImpl.
(newInputStream(FileChannelImpl), newOutputStream(FileChannelImpl)):
New native methods.
* java/nio/channels/natChannels.cc:  New file for new native methods.
* Makefile.am:  Update accordingly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78867 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in
libjava/java/nio/channels/Channels.java
libjava/java/nio/channels/natChannels.cc [new file with mode: 0644]