Is there any function equivalent to Python\'s struct.pack in Java that allows me to pack and unpack values like this?
struct.pack
pump_on = struct.pack(\"II
I started development of project which is very close to Python Struct: java-binary-block-parser in JBBP it will look like
JBBPOut.BeginBin().Int(0,0).Short(21,96).Int(512).End().toByteArray();