Cast data from bytearray to double value. @param b bytearray to be cast. @return Double value. @throws IOException if the value cannot be cast.
(byte[] b)
| 72 | * @throws IOException if the value cannot be cast. |
| 73 | */ |
| 74 | public Double bytesToDouble(byte[] b) throws IOException; |
| 75 | |
| 76 | /** |
| 77 | * Cast data from bytearray to datetime value. |
no outgoing calls