[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnu.java.nio.FileChannelImpl
From: |
Michael Koch |
Subject: |
Re: gnu.java.nio.FileChannelImpl |
Date: |
Thu, 25 Nov 2004 20:11:19 +0100 |
User-agent: |
KMail/1.6.2 |
Am Donnerstag, 25. November 2004 18:13 schrieb Ewout Prangsma:
> Now the FileInputStream constructor does a "new
> FileChannelImpl(...)", instead i suggest to let is call
> "VMFileChannel.open(...)" that returns a FileChannel implemented by
> the VM. The default implementation would be to return a new
> FileChannelImpl, so that would mean no native changes.
Yes, such stuff can be done as optimization. But we have to do this
carefully. We have to make sure this can be exploited by bad code. I
would guess the current code can be exploited. I need to write some
applets to test this.
Michael
--
Homepage: http://www.worldforge.org/
- gnu.java.nio.FileChannelImpl, Ewout Prangsma, 2004/11/25
- Re: gnu.java.nio.FileChannelImpl, Michael Koch, 2004/11/25
- Re: gnu.java.nio.FileChannelImpl, Ewout Prangsma, 2004/11/25
- Re: gnu.java.nio.FileChannelImpl,
Michael Koch <=
- Re: gnu.java.nio.FileChannelImpl, Ewout Prangsma, 2004/11/25
- Re: gnu.java.nio.FileChannelImpl, Michael Koch, 2004/11/25
- Re: gnu.java.nio.FileChannelImpl, Ewout Prangsma, 2004/11/25
- Re: gnu.java.nio.FileChannelImpl, Michael Koch, 2004/11/25
- Re: gnu.java.nio.FileChannelImpl, Ewout Prangsma, 2004/11/25
- Re: gnu.java.nio.FileChannelImpl, Michael Koch, 2004/11/25
- Re: gnu.java.nio.FileChannelImpl, Ewout Prangsma, 2004/11/26
- Re: gnu.java.nio.FileChannelImpl, Michael Koch, 2004/11/26
- Re: gnu.java.nio.FileChannelImpl, Ewout Prangsma, 2004/11/26
- Re: gnu.java.nio.FileChannelImpl, Michael Koch, 2004/11/26