Hi, I'm developing a Server-Client application. So far I've got a custom protocol to accomplish some tasks. The issue is, that I will release the protocol, but I'm using the java DataInput/OutputStreams for this in the server and client, and I know that primitive data in java are different in how they are made (high bits first, or last, don't know ...