IBinaryReader.AtEndAsync Method
Definition
Determines whether the end of the source has been reached.
public abstract ValueTask<bool> AtEndAsync();
Returns
A ValueTask<TResult> yielding true if there are no more bytes to read; false otherwise.