コード例 #1
0
ファイル: SASLMechanism.java プロジェクト: TTalkIM/Smack
 protected static byte[] toBytes(String string) {
   return StringUtils.toBytes(string);
 }