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: FileDescriptor proposal


On Fri, 2003-04-18 at 01:04, Jeroen Frijters wrote:
> Have you looked at the most recent GNU Classpath FileDescriptor?

Only just now.  I was looking at the last release (0.05). 

> It
> fully encapsulates the file descriptor (apart from getNativeFd used by
> java.nio.*, but I'm ignoring that at the moment).

Yes, it's a big improvement.  Do you know what the plan is for
java.nio?  

> Agreed, but I'm pretty sure that the current model only requires you to
> replace FileDescriptor.

Yes - that's what it looks like.  I suppose that if my proposal is not
accepted then I will just have to add a layer in my private
FileDescriptor to forward calls to stream specific handlers.

AG



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