public class ConvTableUnicodeBigMap extends ConvTable
| Modifier and Type | Method and Description |
|---|---|
char[] |
byteArrayToCharArray(byte[] buf,
int offset,
int length) |
char[] |
byteArrayToCharArray(byte[] buf,
int offset,
int length,
int type) |
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.
|
void |
charArrayToByteArray(char[] src,
byte[] buf,
int offset) |
void |
charArrayToByteArray(char[] src,
byte[] buf,
int offset,
int length) |
int |
charArrayToByteArray(char[] source,
byte[] buf,
int offset,
int length,
BidiConversionProperties properties) |
void |
charArrayToByteArray(char[] source,
byte[] buf,
int offset,
int length,
int type) |
byte[] |
charArrayToByteArray(char[] src,
int type) |
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) |
charArrayToByteArray, 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.public final char[] byteArrayToCharArray(byte[] buf,
int offset,
int length,
int type)
byteArrayToCharArray in class ConvTablepublic final char[] byteArrayToCharArray(byte[] buf,
int offset,
int length)
byteArrayToCharArray in class ConvTablepublic final byte[] charArrayToByteArray(char[] src,
int type)
charArrayToByteArray in class ConvTablepublic final void charArrayToByteArray(char[] src,
byte[] buf,
int offset)
throws java.io.CharConversionException
charArrayToByteArray in class ConvTablejava.io.CharConversionExceptionpublic final void charArrayToByteArray(char[] src,
byte[] buf,
int offset,
int length)
throws java.io.CharConversionException
charArrayToByteArray in class ConvTablejava.io.CharConversionExceptionpublic final void charArrayToByteArray(char[] source,
byte[] buf,
int offset,
int length,
int type)
throws java.io.CharConversionException
charArrayToByteArray in class ConvTablejava.io.CharConversionExceptionpublic final int charArrayToByteArray(char[] source,
byte[] buf,
int offset,
int length,
BidiConversionProperties properties)
throws java.io.CharConversionException
charArrayToByteArray in class ConvTablejava.io.CharConversionException