> A simple way around this is to write a override to the AntlrInputStream > that "Hexifies" the input, converting every input byte into 2 hexadecimal > digits.
Hmmm. Interesting point. This would double the data to be parsed and most probably slow down processing a lot. Might not be the right solution for really large binary files, but for small ones this is definitely an option. Thanks, Andi -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
