classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Thoughts on 'reference classes'


From: Tom Tromey
Subject: Re: Thoughts on 'reference classes'
Date: 27 Feb 2003 19:46:07 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>>>>> "Brian" == Brian Jones <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]