How to parse a midlet JAD file in C#?

Posted by codemonkie on Stack Overflow See other posts from Stack Overflow or by codemonkie
Published on 2010-06-17T05:18:29Z Indexed on 2010/06/17 5:23 UTC
Read the original article Hit count: 298

Filed under:
|

Besides doing it manually using regular expression search, is there other better ways to parse a JAD file?

I need to be able to search for and replace/insert a new MIdlet-Install-Notify property to a JAD file given, also updating the value of the MIDlet-Jar-URL property.

Using ANTLR or TinyPG is a bit overkill for my case.

TIA

© Stack Overflow or respective owner

Related posts about c#

Related posts about midlet