Queries a pointer to the data stored in the blob.
This does not copy the data for you; it returns a pointer to the actual buffer which the blob uses internally, so you should not free this buffer on your own.
| this |
A Blob. |
|
Pointer to the data stored in the blob, or null if the size of the data is zero. |