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]

Re: [Patch] java.net and java.nio fixes


>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:

Michael> +	* java/io/FileInputStream.java
Michael> +	(getChannel): New method.

Note you should also mention new fields in the ChangeLog.

Michael> +++ java/io/FileInputStream.java	20 Nov 2002 16:17:57 -0000
Michael> +  private FileChannel ch;

Let's talk about the long term here a little.
What is the best way to do this?  Do we want a new field like this?
Another choice would be to reimplement java.io in terms of java.nio.

Tom


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