This is the mail archive of the java-patches@gcc.gnu.org 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]
Other format: [Raw text]

[PATCH] java.io.FileDescriptor


Michael Koch writes:
 > -----BEGIN PGP SIGNED MESSAGE-----
 > Hash: SHA1
 > 
 > Hi list,
 > 
 > 
 > This patch adds a truncate method to java.io.FileDescriptor. Its 
 > currently "implemented" for Ecos and Posix. The windows people should 
 > implement it for win32. The stub is there.
 > 
 > Please comment for review (this is for trunk only, I think).

I don't get it.  FileDescriptor doesn't have a truncate method in the
spec.  Are you proposing an extension to the API?

Andrew.


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