727728729730731732733734735736737
write.writeBoolean(false); } Input read = new Input(write.toBytes()); for (int i = 0; i < 100; i++) { assertEquals(true, read.readBoolean()); assertEquals(false, read.readBoolean()); } } public void testChars () throws IOException {
728729730731732733734735736737738
} Input read = new Input(write.toBytes()); for (int i = 0; i < 100; i++) { assertEquals(true, read.readBoolean()); assertEquals(false, read.readBoolean()); } } public void testChars () throws IOException { runCharTest(new Output(4096));