SKStream.IsAtEnd Property

Definition

Gets a value indicating whether all the bytes in the stream have been read.

public bool IsAtEnd { get; }

Property Value

Remarks

This method may return true if there was an error, and the stream cannot be read anymore.

Applies to