Lines Matching refs:fromUTF8ByteArray
90 Method fromUTF8ByteArray = Strings.getDeclaredMethod("fromUTF8ByteArray", byte[].class);91 String result = (String) fromUTF8ByteArray.invoke(null, new byte[] {'O', 'K'});