protected Object parseFloat64(EzyByteBuffer buffer)
 {
     buffer.get();
     return(buffer.getDouble());
 }