This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[PATCH] java.io.FileDescriptor
- From: Andrew Haley <aph at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: Thu, 27 Feb 2003 10:46:13 +0000 (GMT)
- Subject: [PATCH] java.io.FileDescriptor
- References: <200302271121.55837.konqueror@gmx.de>
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.