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