This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Patch: java nio file locking
On Fri, Jan 23, 2004 at 01:40:10PM -0800, Per Bothner wrote:
> Michael Koch wrote:
>
> >I wonder how do you wanna implement anything file channel related when
> >you remove FileChannelImpl.
>
> In my code I have "FileDescriptor extends FileChannel". So all of the
> file channel stuff moves to FileDescriptor. Or vice versa. My point is
> there is no need for two objects and two classes.
Doesn't this change the API in a non-compatible way regarding to SUNs
JDK ?
Michael