protected Object parseFloat32(EzyByteBuffer buffer)
 {
     buffer.get();
     return(buffer.getFloat());
 }