Adapter.availableFast

Gets the maximum number of bytes that are immediately available without requiring any expensive operations (like copying the data into a temporary buffer).

class Adapter
size_t
availableFast
()

Return Value

Type: size_t

number of bytes that are available in @adapter without expensive operations

Meta