Cast data from bytearray to integer value. @param b bytearray to be cast. @return Double value. @throws IOException if the value cannot be cast.
(byte[] b)
| 88 | * @throws IOException if the value cannot be cast. |
| 89 | */ |
| 90 | public Integer bytesToInteger(byte[] b) throws IOException; |
| 91 | |
| 92 | /** |
| 93 | * Cast data from bytearray to chararray value. |
no outgoing calls