Parsing of binary data with scala

前端 未结 5 2049
野趣味
野趣味 2020-12-15 23:38

I need to parse some simple binary Files. (The files contains n entries which consists of several signed/unsigned Integers of different sizes etc.)

In the moment i d

5条回答
  •  醉酒成梦
    2020-12-16 00:24

    If you are looking for a Java based solution, then I will shamelessly plug Preon. You just annotate the in memory Java data structure, and ask Preon for a Codec, and you're done.

提交回复
热议问题