/C-struct-unpacker-for-Java

A java version python's c struct unpacker for java programmers.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

C-struct-unpacker-for-Java

A java version python's c struct unpacker for java programmers.

https://docs.python.org/3/library/struct.html
Python has a utility to interpret bytes as packed bunary data, named struct module.

This is the same utility coded in java, so that Java applications can use it with ease.