Tom Tromey ([EMAIL PROTECTED]) wrote: > Basically I'd like to simplify FileDescriptor in a few ways. I added > a new convenience constructor, removed the need for some special error > handling, changed open() flags to int constants, changed > FileDescriptor to force nativeInit to initialize the in/out/err > fields, and removed readOnly from RandomAccessFile (the idea being, > the native file descriptor should enforce this constraint).
Looks good. A couple things: o This change doesn't have int flags for the synchronous write option from RandomAccessFile. I interpreted this as requiring the O_SYNC flag on open. True? o The setting of in, out, and err isn't actually in nativeInit yet (I assume you're planning to add it) -- Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/ _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

