2003-03-02 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Sun, 2 Mar 2003 15:57:13 +0000 (15:57 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Sun, 2 Mar 2003 15:57:13 +0000 (15:57 +0000)
commita339cb5bd9cc8a2fc232055dd5f8a1f9f45f093c
tree7f7a771b552d63a7e8628e711227791e9c6ab053
parent05eb3436761139129acaf9e4d035fe10e62a8c8e
2003-03-02  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/FileChannelImpl.java
(fd): Type FileDescriptor instead of int.
(lengthInternal): Removed.
(FileChannelImpl): Fixed arguments, check type of file object.
(size): Made it native.
(implPosition): New native method.
(implTruncate): New native method.
(position): Implemented.
(truncate): Implemented.
(nio_mmap_file): Changed arguments.
(nio_munmap_file): Changed arguments.
(nio_msync): Changed arguments.
* gnu/java/nio/natFileChannelImpl.cc
(lengthInternal): Removed.
(size): New method.
(implPosition): New method.
(implTruncate): New method.
(nio_mmap_file): Changed arguments.
(nio_munmap_file): Changed arguments.
(nio_msync): Changed arguments.

From-SVN: r63668
libjava/ChangeLog
libjava/gnu/java/nio/FileChannelImpl.java
libjava/gnu/java/nio/natFileChannelImpl.cc