public class ConvTableUnicodeBigMap extends ConvTable
| Modifier and Type | Method | Description |
|---|---|---|
char[] |
byteArrayToCharArray(byte[] buf,
int offset,
int length) |
|
char[] |
byteArrayToCharArray(byte[] buf,
int offset,
int length,
int type) |
|
String |
byteArrayToString(byte[] buf,
int offset,
int length) |
|
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) |
|
void |
charArrayToByteArray(char[] source,
byte[] buf,
int offset,
int length,
int type) |
|
int |
charArrayToByteArray(char[] source,
byte[] buf,
int offset,
int length,
BidiConversionProperties properties) |
|
byte[] |
charArrayToByteArray(char[] src,
int type) |
|
byte[] |
stringToByteArray(char[] src,
int offset,
int length) |
|
void |
stringToByteArray(String source,
byte[] buf,
int offset) |
|
void |
stringToByteArray(String source,
byte[] buf,
int offset,
int length) |
|
void |
stringToByteArray(String source,
byte[] buf,
int offset,
int length,
int type) |
|
int |
stringToByteArray(String source,
byte[] buf,
int offset,
int length,
BidiConversionProperties properties) |
Place the string into the specified buffer, beginning at offset for length.
|
byte[] |
stringToByteArray(String source,
int type) |
charArrayToByteArray, getCcsid, getEncoding, getTable, getTable, isMixedCCSID, stringToByteArray, validateDatapublic final String byteArrayToString(byte[] buf, int offset, int length, int type)
byteArrayToString in class ConvTablepublic final String byteArrayToString(byte[] buf, int offset, int length)
byteArrayToString in class ConvTablepublic final byte[] stringToByteArray(String source, int type)
stringToByteArray in class ConvTablepublic final byte[] stringToByteArray(char[] src,
int offset,
int length)
stringToByteArray in class ConvTablepublic final void stringToByteArray(String source, byte[] buf, int offset) throws CharConversionException
stringToByteArray in class ConvTableCharConversionExceptionpublic final void stringToByteArray(String source, byte[] buf, int offset, int length) throws CharConversionException
stringToByteArray in class ConvTableCharConversionExceptionpublic final void stringToByteArray(String source, byte[] buf, int offset, int length, int type) throws CharConversionException
stringToByteArray in class ConvTableCharConversionExceptionpublic final int stringToByteArray(String source, byte[] buf, int offset, int length, BidiConversionProperties properties) throws 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 - BidiConversionPropertiesCharConversionException - 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 CharConversionException
charArrayToByteArray in class ConvTableCharConversionExceptionpublic final void charArrayToByteArray(char[] src,
byte[] buf,
int offset,
int length)
throws CharConversionException
charArrayToByteArray in class ConvTableCharConversionExceptionpublic final void charArrayToByteArray(char[] source,
byte[] buf,
int offset,
int length,
int type)
throws CharConversionException
charArrayToByteArray in class ConvTableCharConversionExceptionpublic final int charArrayToByteArray(char[] source,
byte[] buf,
int offset,
int length,
BidiConversionProperties properties)
throws CharConversionException
charArrayToByteArray in class ConvTableCharConversionExceptionCopyright © 2024. All rights reserved.