Cast data from bytearray to long value. @param b bytearray to be cast. @return Long value. @throws IOException if the value cannot be cast.
(byte[] b)
| 56 | * @throws IOException if the value cannot be cast. |
| 57 | */ |
| 58 | public Long bytesToLong(byte[] b) throws IOException; |
| 59 | |
| 60 | /** |
| 61 | * Cast data from bytearray to float value. |
no outgoing calls