available_fast


Description:

public size_t available_fast ()

Gets the maximum number of bytes that can be retrieved in a single map operation without merging buffers.

Calling map with the amount of bytes returned by this function will never require any expensive operations (like copying the data into a temporary buffer).

Parameters:

this

a Adapter

Returns:

number of bytes that are available in this without expensive operations