svoid verifyInputStream(InputStream in, byte[] data) ctex { int n = l(data); for i to n: assertEquals("Byte " + i, ubyteToInt(data[i]), in.read()); }