This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Design Questions for MingW libjava 3.4 Refactoring


Hi Michael,

>Sorry for the delay. The answer is that this stuff has to be totally 
>rewritten. The plan is to put a method for selecting into 
>java.io.FileDescriptor that does all the magic. Then all native files 
>will be gone in gnu.java.nio for 3.4 (perhaps we have to use some to 
>access package-private methods in other packages .... but we dont 
>need platform specific native code.

Thanks for your answer. So, if the goal is to eliminate all platform-specific
code from java.nio, is the plan to also put things like native memory mapped
I/O methods in FileDescriptor?

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]