public class ConverterImplRemote
extends java.lang.Object
Constructor and Description |
---|
ConverterImplRemote() |
ConverterImplRemote(ConvTable table) |
Modifier and Type | Method and Description |
---|---|
char[] |
byteArrayToCharArray(byte[] source,
int offset,
int length) |
char[] |
byteArrayToCharArray(byte[] source,
int offset,
int length,
BidiConversionProperties properties) |
java.lang.String |
byteArrayToString(byte[] source,
int offset,
int length) |
java.lang.String |
byteArrayToString(byte[] source,
int offset,
int length,
BidiConversionProperties properties) |
java.lang.String |
byteArrayToString(byte[] source,
int offset,
int length,
int type) |
byte[] |
charArrayToByteArray(char[] source) |
byte[] |
charArrayToByteArray(char[] source,
BidiConversionProperties properties) |
int |
getCcsid() |
java.lang.String |
getEncoding() |
void |
setCcsid(int ccsid,
com.ibm.as400.access.AS400Impl system) |
void |
setEncoding(java.lang.String encoding) |
byte[] |
stringToByteArray(java.lang.String source) |
byte[] |
stringToByteArray(java.lang.String source,
BidiConversionProperties properties) |
byte[] |
stringToByteArray(java.lang.String source,
int type) |
public ConvTable table_
public ConverterImplRemote()
public ConverterImplRemote(ConvTable table)
public java.lang.String byteArrayToString(byte[] source, int offset, int length)
public java.lang.String byteArrayToString(byte[] source, int offset, int length, int type)
public java.lang.String byteArrayToString(byte[] source, int offset, int length, BidiConversionProperties properties)
public java.lang.String getEncoding()
public int getCcsid()
public void setCcsid(int ccsid, com.ibm.as400.access.AS400Impl system) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public void setEncoding(java.lang.String encoding) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public byte[] stringToByteArray(java.lang.String source)
public byte[] stringToByteArray(java.lang.String source, int type)
public byte[] stringToByteArray(java.lang.String source, BidiConversionProperties properties)
public byte[] charArrayToByteArray(char[] source)
public byte[] charArrayToByteArray(char[] source, BidiConversionProperties properties)
public char[] byteArrayToCharArray(byte[] source, int offset, int length)
public char[] byteArrayToCharArray(byte[] source, int offset, int length, BidiConversionProperties properties)