H5VLblob_put
fn
herr_t H5VLblob_put(void * obj, hid_t connector_id, const void * buf, size_t size,
void * blob_id, void * * req)Puts a blob through the VOL.
Parameters
obj | Object to store blob in |
connector_id | VOL connector identifier |
buf | Buffer containing blob data |
size | Size of buffer |
blob_id | Pointer to receive blob identifier |
req | Async request object (can be null) |
Returns
Non-negative on success, negative on failure.