Package com.sun.corba.ee.impl.encoding
Class CodeSetConversion.BTCConverter
java.lang.Object
com.sun.corba.ee.impl.encoding.CodeSetConversion.BTCConverter
- Direct Known Subclasses:
CodeSetConversion.JavaBTCConverter
- Enclosing class:
CodeSetConversion
Abstraction for byte to char conversion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract char[]
getChars
(byte[] bytes, int offset, int length) abstract char[]
getChars
(ByteBuffer byteBuffer, int offset, int length) abstract int
-
Constructor Details
-
BTCConverter
public BTCConverter()
-
-
Method Details
-
getNumChars
public abstract int getNumChars() -
getChars
public abstract char[] getChars(byte[] bytes, int offset, int length) -
getChars
-