H5VLblob_get

fnherr_t H5VLblob_get(void * obj, hid_t connector_id, const void * blob_id, void * buf, size_t size, void * * req)

Gets a blob through the VOL.

Parameters

objObject containing blob
connector_idVOL connector identifier
blob_idBlob identifier
bufBuffer to receive blob data
sizeSize of buffer
reqAsync request object (can be null)

Returns

Non-negative on success, negative on failure.