Searched refs:ByteArr (Results 1 – 2 of 2) sorted by relevance
20 public class ByteArr { class24 public ByteArr() { in ByteArr() method in ByteArr27 public ByteArr(byte[] bytes) { in ByteArr() method in ByteArr
54 Assert.assertArrayEquals(bytes, ((ByteArr) wrappers.get(0)).getBytes()); in testValidConstructor()157 ByteArr byteArr = new ByteArr(bytes); in testCycle()158 Assert.assertArrayEquals(byteArr.getBytes(), ((ByteArr) cycle(byteArr)).getBytes()); in testCycle()