Integrating Win32 changes
Jon Beniston
gizz_butt@hotmail.com
Sat Apr 1 00:00:00 GMT 2000
>> 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.
More information about the Java
mailing list