Searched refs:getBytesUnchecked (Results 1 – 1 of 1) sorted by relevance
48 return StringUtils.getBytesUnchecked(string, CharEncoding.ISO_8859_1); in getBytesIso8859_1()64 return StringUtils.getBytesUnchecked(string, CharEncoding.US_ASCII); in getBytesUsAscii()80 return StringUtils.getBytesUnchecked(string, CharEncoding.UTF_16); in getBytesUtf16()96 return StringUtils.getBytesUnchecked(string, CharEncoding.UTF_16BE); in getBytesUtf16Be()112 return StringUtils.getBytesUnchecked(string, CharEncoding.UTF_16LE); in getBytesUtf16Le()128 return StringUtils.getBytesUnchecked(string, CharEncoding.UTF_8); in getBytesUtf8()150 public static byte[] getBytesUnchecked(String string, String charsetName) { in getBytesUnchecked() method in StringUtils