Searched defs:stringToBytes (Results 1 – 4 of 4) sorted by relevance
69 public static byte[] stringToBytes(String hex) throws IllegalArgumentException { in stringToBytes() method in Hex
95 public static byte[] stringToBytes(String hex) throws IllegalArgumentException { in stringToBytes() method in ArrayUtils
826 private static byte[] stringToBytes(@Nullable final String value) { in stringToBytes() method in StatsEvent.Builder
1435 public static byte[] stringToBytes(final String string, final String charsetName) { in stringToBytes() method in MmsUtils