svoid testRawByteReader() { byte[] bytes = new[256]; for i to 256: bytes[i] = (byte) i; L l = map(c -> (int) c, characters(reader2string(rawByteReader(byteArrayInputStream(bytes)))); assertEqualsVerbose(l, iotaZeroList(256)); }