NSInputStream.HasBytesAvailable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returna a boolean value indicating whether the stream has bytes available to be read.
[Foundation.Export("hasBytesAvailable")]
public virtual bool HasBytesAvailable ();
abstract member HasBytesAvailable : unit -> bool
override this.HasBytesAvailable : unit -> bool
Returns
A boolean value indicating whether the stream has bytes available to be read.
- Attributes
Remarks
This method should return true if it does not know if there are available bytes or not.