Are there any Java Frameworks for binary file parsing?

后端 未结 8 1338
情话喂你
情话喂你 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 06:04

    I have been developing a framework for Java which allows to parse binary data https://github.com/raydac/java-binary-block-parser in the case you should just describe structure of your binary file in pseudolanguage

    0 讨论(0)
  • 2020-12-08 06:08

    Google's Protocol Buffers

    0 讨论(0)
提交回复
热议问题