Re: I replaced sun.io converters by an adaptor to sun.nio.cs coders

2008-09-04 Thread Xueming Shen
Ulf, you are really productive:-) thanks for working so hard on the "adapter" idea! Took a very quick scan on the ByteToChar adapter, here are some comments for your considering (1)in convert(), the decoder.decode(src, dst, true) is used instead of the decode(src, dst, false), which probab

hg: jdk7/tl/jdk: 5072476: RFE: support cascaded (federated) MBean Servers; ...

2008-09-04 Thread daniel . fuchs
Changeset: 9145ff046bb4 Author:dfuchs Date: 2008-09-04 14:46 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9145ff046bb4 5072476: RFE: support cascaded (federated) MBean Servers 6299231: Add support for named MBean Servers Summary: New javax.management.namespace package. Revi

I replaced sun.io converters by an adaptor to sun.nio.cs coders

2008-09-04 Thread Ulf Zibis
Hi Sherman and all other readers on this list, I've finished my work for an adapter, so all sun.io.CharToByte/ByteToChar implementations can be thrown out. Result: only 13 classes (including inner classes) instead of 332 classes in sun.io package are needed. See my sources: https://java-nio