This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Patch: java.nio - first working file channel implementation
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 03 May 2003 14:44:52 -0600
- Subject: Re: FYI: Patch: java.nio - first working file channel implementation
- References: <200305020737.49456.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> I commited the attached patch to trunk to make
Michael> gnu.java.nio.FileChannelImpl a little bit working. Normal
Michael> file operations should work now as expected (modulo
Michael> bugs).
Very cool! Congratulations.
Tom