Cast data from bytearray to chararray value. @param b bytearray to be cast. @return String value. @throws IOException if the value cannot be cast.
(byte[] b)
| 96 | * @throws IOException if the value cannot be cast. |
| 97 | */ |
| 98 | public String bytesToCharArray(byte[] b) throws IOException; |
| 99 | |
| 100 | /** |
| 101 | * Cast data from bytearray to map value. |
no outgoing calls