public class ConverterImplRemote extends Object
Constructor | Description |
---|---|
ConverterImplRemote() |
|
ConverterImplRemote(ConvTable table) |
Modifier and Type | Method | Description |
---|---|---|
char[] |
byteArrayToCharArray(byte[] source,
int offset,
int length) |
|
char[] |
byteArrayToCharArray(byte[] source,
int offset,
int length,
BidiConversionProperties properties) |
|
String |
byteArrayToString(byte[] source,
int offset,
int length) |
|
String |
byteArrayToString(byte[] source,
int offset,
int length,
int type) |
|
String |
byteArrayToString(byte[] source,
int offset,
int length,
BidiConversionProperties properties) |
|
byte[] |
charArrayToByteArray(char[] source) |
|
byte[] |
charArrayToByteArray(char[] source,
BidiConversionProperties properties) |
|
int |
getCcsid() |
|
String |
getEncoding() |
|
void |
setCcsid(int ccsid,
com.ibm.as400.access.AS400Impl system) |
|
void |
setEncoding(String encoding) |
|
byte[] |
stringToByteArray(String source) |
|
byte[] |
stringToByteArray(String source,
int type) |
|
byte[] |
stringToByteArray(String source,
BidiConversionProperties properties) |
public ConvTable table_
public ConverterImplRemote()
public ConverterImplRemote(ConvTable table)
public String byteArrayToString(byte[] source, int offset, int length)
public String byteArrayToString(byte[] source, int offset, int length, int type)
public String byteArrayToString(byte[] source, int offset, int length, BidiConversionProperties properties)
public String getEncoding()
public int getCcsid()
public void setCcsid(int ccsid, com.ibm.as400.access.AS400Impl system) throws UnsupportedEncodingException
UnsupportedEncodingException
public void setEncoding(String encoding) throws UnsupportedEncodingException
UnsupportedEncodingException
public byte[] stringToByteArray(String source)
public byte[] stringToByteArray(String source, int type)
public byte[] stringToByteArray(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)
Copyright © 2023. All rights reserved.