public class StringUtils
extends java.lang.Object
構(gòu)造器和說(shuō)明 |
---|
StringUtils() |
限定符和類(lèi)型 | 方法和說(shuō)明 |
---|---|
static byte[] |
byteMerger(byte[] byte_1,
byte[] byte_2)
byte數(shù)組拼接
|
static byte[] |
strTobytes(java.lang.String str)
字符串轉(zhuǎn)byte數(shù)組
|
static byte[] |
strTobytes(java.lang.String str,
java.lang.String charset) |