| com.teamkonzept.web.oracle.TKConverterGateway
TKConverterGateway | public class TKConverterGateway extends CharacterSet (Code) | | |
Method Summary | |
public int | bytesToChars(byte src, char dst, int srcBegin, int length, int dstBegin) | public String | bytesToString(byte[] code) | public int | charsToBytes(char src, byte dst, int srcBegin, int length, int dstBegin) | public int | getMaxBytesPerChar() | public String | getName() | public int | minByteSize(char src) | public int | minByteSize(char chars, int begin, int length) | public int | minByteSize(int charCount) | public int | minCharSize(byte[] code) | public int | minCharSize(byte[] code, int begin, int length) | public int | minCharSize(int length) | public byte[] | stringToBytes(String src) |
bytesToChars | public int bytesToChars(byte src, char dst, int srcBegin, int length, int dstBegin)(Code) | | |
charsToBytes | public int charsToBytes(char src, byte dst, int srcBegin, int length, int dstBegin)(Code) | | |
getMaxBytesPerChar | public int getMaxBytesPerChar()(Code) | | |
minByteSize | public int minByteSize(char src)(Code) | | |
minByteSize | public int minByteSize(char chars, int begin, int length)(Code) | | |
minByteSize | public int minByteSize(int charCount)(Code) | | |
minCharSize | public int minCharSize(byte[] code)(Code) | | |
minCharSize | public int minCharSize(byte[] code, int begin, int length)(Code) | | |
minCharSize | public int minCharSize(int length)(Code) | | |
|
|