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]

java.io.FileDescriptor enhancement


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list,


java.io.FileDescriptor in classpath has the package-private method 
getNativeFd() which returns the file descriptor used by the native 
implementation.

I would like to introduce such a method too for the libgcj version to 
make it easier to use FileDescriptor objects (mainly for java.nio).

What do you think about this ?


Michael
- -- 
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+hzRKWSOgCCdjSDsRAswIAJ0c+3ykAkwtt8jXYizFGKeNziG3YQCePcJS
g+pfmp1LDe4ZuBGTKpVGeic=
=/dA6
-----END PGP SIGNATURE-----
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/ChangeLog,v
retrieving revision 1.1826
diff -u -r1.1826 ChangeLog
--- ChangeLog	30 Mar 2003 06:43:44 -0000	1.1826
+++ ChangeLog	30 Mar 2003 18:13:34 -0000
@@ -1,3 +1,8 @@
+2003-03-30  Michael Koch  <konqueror at gmx dot de>
+
+	* java/io/FileDescriptor.java
+	(getNativeFd): New method.
+
 2003-03-29  Eric Blake  <ebb9 at email dot byu dot edu>
 	    Tom Tromey  <tromey at redhat dot com>
 

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