I am building a project which consists of multiple components and these components communicate with each other in byte arrays using sockets. The problem is one component is written in C and supports Unsigned primitive types while other components are written in Java and does not support Unsigned types. I am trying to develop support for Unsigned types in Java. I am new to Java. Can anyone please tell me the proper way to decode uint32 and uint64 from a byte array.I am building a project which consists of multi