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