[antlr-interest] xtal serialization problem when file size >65536 bytes...

herculus6502 herculus6502 at yahoo.com.tw
Tue Mar 5 07:48:21 PST 2002


I did exactly what's mentioned in the docs:

Writer w = new OutputStreamWriter(System.out);
t.xmlSerialize(w);
w.write("\n");
w.flush();

But when the file size exceeds 65536 bytes, an exception is thrown,

something like java.lang.nullpointerexception...

Anyone ideas?


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list