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, validateData
public final java.lang.String byteArrayToString(byte[] buf, int offset, int length, int type)
byteArrayToString
in class ConvTable
public final java.lang.String byteArrayToString(byte[] buf, int offset, int length)
byteArrayToString
in class ConvTable
public final byte[] stringToByteArray(java.lang.String source, int type)
stringToByteArray
in class ConvTable
public final byte[] stringToByteArray(char[] src, int offset, int length)
stringToByteArray
in class ConvTable
public final void stringToByteArray(java.lang.String source, byte[] buf, int offset) throws java.io.CharConversionException
stringToByteArray
in class ConvTable
java.io.CharConversionException
public final void stringToByteArray(java.lang.String source, byte[] buf, int offset, int length) throws java.io.CharConversionException
stringToByteArray
in class ConvTable
java.io.CharConversionException
public final void stringToByteArray(java.lang.String source, byte[] buf, int offset, int length, int type) throws java.io.CharConversionException
stringToByteArray
in class ConvTable
java.io.CharConversionException
public final int stringToByteArray(java.lang.String source, byte[] buf, int offset, int length, BidiConversionProperties properties) throws java.io.CharConversionException
ConvTable
stringToByteArray
in class ConvTable
source
- 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 ConvTable
public final char[] byteArrayToCharArray(byte[] buf, int offset, int length)
byteArrayToCharArray
in class ConvTable
public final byte[] charArrayToByteArray(char[] src, int type)
charArrayToByteArray
in class ConvTable
public final void charArrayToByteArray(char[] src, byte[] buf, int offset) throws java.io.CharConversionException
charArrayToByteArray
in class ConvTable
java.io.CharConversionException
public final void charArrayToByteArray(char[] src, byte[] buf, int offset, int length) throws java.io.CharConversionException
charArrayToByteArray
in class ConvTable
java.io.CharConversionException
public final void charArrayToByteArray(char[] source, byte[] buf, int offset, int length, int type) throws java.io.CharConversionException
charArrayToByteArray
in class ConvTable
java.io.CharConversionException
public final int charArrayToByteArray(char[] source, byte[] buf, int offset, int length, BidiConversionProperties properties) throws java.io.CharConversionException
charArrayToByteArray
in class ConvTable
java.io.CharConversionException