This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: preliminary java.nio with MapedByteBuffer channel
- From: Tom Tromey <tromey at redhat dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 02 Feb 2004 19:37:51 -0700
- Subject: Re: preliminary java.nio with MapedByteBuffer channel
- References: <4019F9FC.2020506@bothner.com>
- Reply-to: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> This is a FYI to show interested people how I'm proposing
Per> to do ByteBuffer, FileChannel, MappedByteBuffer and
Per> related classes.
Could you bring this up on the Classpath list?
This is all stuff we're sharing (or for FileDescriptor, planning to
share).
Per> Also, note how the natFileChannelImpl.cc #includes
Per> natFileChannel{Posix,Win32,Ecos}.cc depending on
Per> #defines in platform.h, without any symlinks.
I really prefer the symlinks. We already use it in several places, it
is our standard approach for this sort of thing.
I'm still reading the rest of the patch...
Tom