Skip to content

IBinaryReader.AtEndAsync Method

Definition

Determines whether the end of the source has been reached.

public abstract ValueTask<bool> AtEndAsync();

Returns

ValueTask<Boolean>

A ValueTask<TResult> yielding true if there are no more bytes to read; false otherwise.