Cast data from bytearray to map value. @param b bytearray to be cast. @param fieldSchema field schema for the output map @return Map value. @throws IOException if the value cannot be cast.
(byte[] b, ResourceFieldSchema fieldSchema)
| 105 | * @throws IOException if the value cannot be cast. |
| 106 | */ |
| 107 | public Map<String, Object> bytesToMap(byte[] b, ResourceFieldSchema fieldSchema) throws IOException; |
| 108 | |
| 109 | /** |
| 110 | * Cast data from bytearray to tuple value. |
no outgoing calls