Java IOBuffers 1.0

Java IOBuffers is a data buffer management library in Java. It allows you to read or write typed data from or to a byte buffer. It is very useful when you have to create or interpret a byte array with typed data like send or receive a message via Udp...