3132333435363738394041
StringWriter writer = new StringWriter(); out.writeTo(writer); Assert.assertEquals("abc", writer.toString()); out.expandCapacity(128); } public void test_12() throws Exception { SerializeWriter out = new SerializeWriter(1); out.append("abc");