This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: java.net: Classpath vs. libgcj Comparison


>>>>> "Jeff" == Jeff Sturm <jsturm@sigma6.com> writes:

Jeff> Also, java.net.SocketInputStream and SocketOutputStream are
Jeff> classes I was going to propose for libgcj, since the current
Jeff> assumption that sockets can be represented by FileDescriptors
Jeff> just isn't portable (win32 at least has a completely separate
Jeff> API for socket I/O).

It seems like we'd have to hide this underneath FileDescriptor.
E.g., add a flag and have the Windows implementation switch calls at
runtime.

Tom

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