staktrace / cafebabe

A java class file parser
43 stars 12 forks source link

Any plans for a class file writer? #33

Open azw413 opened 1 year ago

azw413 commented 1 year ago

You have a nice parser and quite a compact repesentation. Any plans to add a writer so you could do round-trip modification of class files?

staktrace commented 1 year ago

My initial use case didn't require writing class files so I didn't originally consider it. But yeah I wouldn't mind adding one, seems like a reasonable extension. I can't provide any timeline guarantees though.