2003-05-02 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Fri, 2 May 2003 05:35:57 +0000 (05:35 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Fri, 2 May 2003 05:35:57 +0000 (05:35 +0000)
commit4b6eac52d5cddac6803e3bb762523da95f571bf6
tree4aa891e39e8bfb18f8fb0e1d235f4f3bf97600d1
parentc67528fe19d425cf537589701f67218ff729130b
2003-05-02  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/FileChannelImpl.java
(read): New implementation.
(implRead): New methods.
(write): New implementation, call other write insteal of read method.
(implWrite): New methods.
(map): Added comment.
(transferFrom): Implemented.
(transferTo): Implemented.
(lock): Added checks to throw exceptions.
(truncate): Added check to throw exception.
* gnu/java/nio/natFileChannelImpl.cc
(implRead): New method.
(implWrite): New method.
* java/nio/ByteBuffer.java
(hashCode): Fixed comment.
(get): Fixed exception documentation.
(put): Fixed exception documentation.
* java/nio/CharBuffer.java:
Added comment for later optimizations.

From-SVN: r66373
libjava/ChangeLog
libjava/gnu/java/nio/FileChannelImpl.java
libjava/gnu/java/nio/natFileChannelImpl.cc
libjava/java/nio/ByteBuffer.java
libjava/java/nio/CharBuffer.java