Parsing of binary data with scala

前端 未结 5 2039
野趣味
野趣味 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:30

    Byteme is a parser combinators library for doing binary. You can try to use it for your tasks.

提交回复
热议问题