Searched refs:getBytes (Results 1 – 7 of 7) sorted by relevance
56 file.writeDexUtf(data.getBytes(StandardCharsets.US_ASCII)); in write()
36 …getBytes(), public byte[] java.lang.String.getBytes(java.lang.String) throws java.io.UnsupportedEn…
98 byte[] byteArray = "byteArray".getBytes(); in constructorTest()
106 digest.update(output.getBytes()); in getMD5SumOfOutput()
43 byte[] testData = testString.getBytes("UTF8"); in main()
214 hprof.getBytes(bytes); in parseInternal()481 hprof.getBytes(data); in parseInternal()992 public void getBytes(byte[] bytes) { in getBytes() method in Parser.HprofBuffer
806 byte [] ascii = testPattern.getBytes(StandardCharsets.US_ASCII); in testStringConstructors()