[Biojava-l] Asn.1 Parser

Felipe Albrecht felipe.albrecht at gmail.com
Fri Sep 30 09:33:24 EDT 2005


Hello,

Im needing read some Asn.1 Files,
for this, I  searched in the web by java asn.1 parses, but I dont found anyone.

Because this, I think to write my parser using Javacc and do as one
biojava extension.

My questions are:
* Really, dont exist a Asn.1 Java parser?

* If not, how is the best aproach?
  Do like Dom parser, that generate class representing the elements
  or do like Sax, that occour actions when enter in the elements?
* Uses javacc? The code gerate by javacc is bigger, but is more easy
to write and to keep the code. Or do "by hand" the read?

Thanks

Felipe Albrecht



More information about the Biojava-l mailing list