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.