Cast data from bytearray to boolean value. @param b bytearray to be cast. @return Boolean value. @throws IOException if the value cannot be cast.
(byte[] b)
| 48 | * @throws IOException if the value cannot be cast. |
| 49 | */ |
| 50 | public Boolean bytesToBoolean(byte[] b) throws IOException; |
| 51 | |
| 52 | /** |
| 53 | * Cast data from bytearray to long value. |
no outgoing calls