Cast data from bytearray to float value. @param b bytearray to be cast. @return Float value. @throws IOException if the value cannot be cast.
(byte[] b)
| 64 | * @throws IOException if the value cannot be cast. |
| 65 | */ |
| 66 | public Float bytesToFloat(byte[] b) throws IOException; |
| 67 | |
| 68 | /** |
| 69 | * Cast data from bytearray to double value. |
no outgoing calls