FYI: Patch: gnu.java.nio
Michael Koch
konqueror@gmx.de
Tue Apr 20 10:49:00 GMT 2004
Hi list,
I just commited the attached patch to merge fixes made in GNU classpath
to java.nio.
Michael
2004-04-20 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/FileLockImpl.java
(static): Removed, not needed anymore.
* gnu/java/nio/channels/FileChannelImpl.java
(FileChannelImpl): Made final.
(mode): Made private.
(READ, WRITE, APPEND): Made public.
(EXCL, SYNC, DSYNC): Likewise.
(static): Load native JNI library, when needed.
(length): Unused, removed.
(available): Made public.
(implPosition): Throws IOException.
(seek): Likewise.
(implTruncate): Likewise.
(unlock): Likewise.
(lock): Likewise.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nio.diff
Type: text/x-diff
Size: 4806 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20040420/95bb181e/attachment.bin>
More information about the Java-patches
mailing list