Home | History | Annotate | Download | only in x500

Lines Matching refs:restBytes

355         byte[] restBytes = new byte[] { 0, 0, 0 };
356 is.read(restBytes);
357 assertEquals(restBytes[0], 1);
358 assertEquals(restBytes[1], 2);
359 assertEquals(restBytes[2], 3);