OSDN Git Service

* gnu/java/nio/channels/FileChannelImpl.java: New class, renamed
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Feb 2004 19:09:28 +0000 (19:09 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Feb 2004 19:09:28 +0000 (19:09 +0000)
commit57e2dc4ed0b05d9e5e991ed7b4ad497dad2f5fd7
treeb807dd37aa1642e417973a55531593d81aa3ef7f
parent350b056ac716e7a01389e37f3246a35ee4216592
* gnu/java/nio/channels/FileChannelImpl.java:  New class, renamed
from java/nio/channels.  Don't depend on FileDescriptor.
(in, out, err):  New static fields.
(mode):  New field.
(SET, CUR, READ, WRITE, APPEND, EXCL, SYNC, DSYNC):  Moved constants
from FileDescriptor.
(by):  Removed MappedByteBuffer field.
(map):  New working implementation.
* gnu/java/nio/channels/natFileChannelPosix.cc:  New file, though
some code "ported" from natFileDescriptoPosix.cc.
* gnu/java/nio/channels/natFileChannelEcos.cc:  Likewise.
* gnu/java/nio/channels/natFileChannelWin32.cc  Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78659 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/gnu/java/nio/channels/FileChannelImpl.java [new file with mode: 0644]
libjava/gnu/java/nio/channels/natFileChannelEcos.cc [new file with mode: 0644]
libjava/gnu/java/nio/channels/natFileChannelPosix.cc [new file with mode: 0644]
libjava/gnu/java/nio/channels/natFileChannelWin32.cc [new file with mode: 0644]