< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/encoding/CodeSetConversion.java

Print this page

        

*** 52,63 **** * * REVISIT - Since the nio.Charset and nio.Charset.Encoder/Decoder * use NIO ByteBuffer and NIO CharBuffer, the interaction * and interface between this class and the CDR streams * should be looked at more closely for optimizations to ! * avoid unnecessary copying of data between char[] & ! * CharBuffer and byte[] & ByteBuffer, especially * DirectByteBuffers. * */ public class CodeSetConversion { --- 52,63 ---- * * REVISIT - Since the nio.Charset and nio.Charset.Encoder/Decoder * use NIO ByteBuffer and NIO CharBuffer, the interaction * and interface between this class and the CDR streams * should be looked at more closely for optimizations to ! * avoid unnecessary copying of data between {@literal char[] & ! * CharBuffer and byte[] & ByteBuffer}, especially * DirectByteBuffers. * */ public class CodeSetConversion {
< prev index next >