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: Integrating Win32 changes


> 
> Per> To initialize in, out and err, we should perhaps do:
> Per>   public static final FileDescriptor in;
> Per>   public static final FileDescriptor out;
> Per>   public static final FileDescriptor err;
> Per>   private static native init();
> Per>   static { init(); }
> Per> and have java::io::FileDescriptor::init() actually
> Per> allocate in, out, and err.
> 
> I like this too.
> 

I'd be happy with that. I'll implement it in my code... 

Jon Beniston.


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