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.nio -- important, please test on your platform


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

Michael> The implementation is far from working in CVS. I have to
Michael> submit some more patches soon. Currently I rewrite
Michael> java.io.FileInputStream to use java.nio.FileChannel.

Cool.

One of the big unmerged areas between Classpath and libgcj is the
charset conversion code.  I've been hoping we could switch everything
over to use java.nio instead of picking an implementation.  Does that
seem reasonable?  What about efficiency?  And can the java.nio
converters still use iconv as a fallback?

Michael> With the news item we should at least wait until some
Michael> examples work from a fresh unpatched CVS checkout. ;-)

Yeah.  Let me know when that happens.  Or, just submit a patch to
index.html :-)

Tom


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