|
英特內軟體股份有限公司 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jcx.util.code
UNICODE字串與double Byte字串格式的轉換
Constructor Summary | |
code()
|
Method Summary | |
static java.lang.String |
ByteToStr(java.lang.String str1)
把double Byte 字串轉成 UNICODE String 的模式 |
static java.lang.String |
StrToByte(java.lang.String src)
把UNICODE字串轉成 double Byte字串 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public code()
Method Detail |
public static java.lang.String StrToByte(java.lang.String src)
把UNICODE字串轉成 double Byte字串
String
- src :欲轉換字串public static java.lang.String ByteToStr(java.lang.String str1) throws java.io.IOException
把double Byte 字串轉成 UNICODE String 的模式
String
- str1 :double byte 的字串
|
英特內軟體股份有限公司 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |