>>>>> "Brian" == Brian Jones <[EMAIL PROTECTED]> writes:
Brian> Windows POSIX API has both 'int' and 'long' versions of the Brian> file I/O functions or I should say 32bit vs 64bit. I think we were just talking about the file descriptor representation. In Windows I think this is a pointer. The libgcj FileDescriptor is already set up to allow 64-bit file contents. The various methods use `long' arguments for lengths of things, e.g.: native void setLength (long pos) throws IOException; Tom _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

