Are there any Java Frameworks for binary file parsing?

后端 未结 8 1365
情话喂你
情话喂你 2020-12-08 05:19

My problem is, that I want to parse binary files of different types with a generic parser which is implemented in JAVA. Maybe describing the file format with a configuration

8条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-08 05:48

    Parser combinator library is an option. JParsec works fine, however it could be slow.

提交回复
热议问题