get

Use the get v4 API method to get a specified amount of data from a blob input stream.

Declaration

size_t get(
	a_v4_extfn_blob_istream *is,
	void *buf,
	size_t len
)

Usage

Gets a specified amount of data from a blob input stream.

Parameters

Parameter Description
is The input stream to retrieve data from.
buf The buffer to store the data in.
len The amount of data to retrieve.

Returns

The amount of data received.