public class ConvTableUnicodeBigMap extends ConvTable
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | byteArrayToString(byte[] buf,
                 int offset,
                 int length) | 
| java.lang.String | byteArrayToString(byte[] buf,
                 int offset,
                 int length,
                 int type)Perform an OS/400 CCSID to Unicode conversion. | 
| byte[] | stringToByteArray(char[] src,
                 int offset,
                 int length) | 
| void | stringToByteArray(java.lang.String source,
                 byte[] buf,
                 int offset) | 
| void | stringToByteArray(java.lang.String source,
                 byte[] buf,
                 int offset,
                 int length) | 
| int | stringToByteArray(java.lang.String source,
                 byte[] buf,
                 int offset,
                 int length,
                 BidiConversionProperties properties)Place the string into the specified buffer, beginning at offset for length. | 
| void | stringToByteArray(java.lang.String source,
                 byte[] buf,
                 int offset,
                 int length,
                 int type) | 
| byte[] | stringToByteArray(java.lang.String source,
                 int type) | 
getCcsid, getEncoding, getTable, getTable, isMixedCCSID, stringToByteArray, validateDatapublic final java.lang.String byteArrayToString(byte[] buf,
                                 int offset,
                                 int length,
                                 int type)
byteArrayToString in class ConvTablepublic final java.lang.String byteArrayToString(byte[] buf,
                                 int offset,
                                 int length)
byteArrayToString in class ConvTablepublic final byte[] stringToByteArray(java.lang.String source,
                       int type)
stringToByteArray in class ConvTablepublic final byte[] stringToByteArray(char[] src,
                       int offset,
                       int length)
stringToByteArray in class ConvTablepublic final void stringToByteArray(java.lang.String source,
                     byte[] buf,
                     int offset)
                             throws java.io.CharConversionException
stringToByteArray in class ConvTablejava.io.CharConversionExceptionpublic final void stringToByteArray(java.lang.String source,
                     byte[] buf,
                     int offset,
                     int length)
                             throws java.io.CharConversionException
stringToByteArray in class ConvTablejava.io.CharConversionExceptionpublic final void stringToByteArray(java.lang.String source,
                     byte[] buf,
                     int offset,
                     int length,
                     int type)
                             throws java.io.CharConversionException
stringToByteArray in class ConvTablejava.io.CharConversionExceptionpublic final int stringToByteArray(java.lang.String source,
                    byte[] buf,
                    int offset,
                    int length,
                    BidiConversionProperties properties)
                            throws java.io.CharConversionException
ConvTablestringToByteArray in class ConvTablesource - String to convertbuf - output bufferoffset - offset in buffer to put informationlength - maximum number of bytes to add to the bufferproperties - BidiConversionPropertiesjava.io.CharConversionException - If a character conversion error occurs.