char * axl_stream_get_following ( axlStream stream,
int  count 
)

Allows to get the following count bytes read from the stream.

Parameters:
stream The stream where the operation will be performed.
count How many bytes to get from the stream.
Returns:
A string referece, containing the first count bytes or NULL if fails. Reference returned shouldn't be deallocated.