Cast data from bytearray to bag value. @param b bytearray to be cast. @param fieldSchema field schema for the output bag @return Bag value. @throws IOException if the value cannot be cast.
(byte[] b, ResourceFieldSchema fieldSchema)
| 123 | * @throws IOException if the value cannot be cast. |
| 124 | */ |
| 125 | public DataBag bytesToBag(byte[] b, ResourceFieldSchema fieldSchema) throws IOException; |
| 126 | |
| 127 | /** |
| 128 | * Cast data from bytearray to BigInteger value. |
no outgoing calls