peek_data


Description:

public void* peek_data ()

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.

Parameters:

this

A Blob.

Returns:

Pointer to the data stored in the blob, or null if the size of the data is zero.