So what I\'m trying to do here is get a float[], convert it to byte[], send it through the network as a datagram packet and then convert it back to
float[]
byte[]
Byte class has a method floatValue();
http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Byte.html#floatValue%28%29