Searched refs:byteInts (Results 1 – 1 of 1) sorted by relevance
249 private void assertDecodes(Charset cs, String s, int... byteInts) throws Exception { in assertDecodes() argument250 ByteBuffer in = ByteBuffer.wrap(toByteArray(byteInts)); in assertDecodes()