NSFileHandle.ReadDataToEndOfFile 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.
Synchronously reads the available data up to EOF or maximum number of bytes.
[Foundation.Export("readDataToEndOfFile")]
public virtual Foundation.NSData ReadDataToEndOfFile ();
abstract member ReadDataToEndOfFile : unit -> Foundation.NSData
override this.ReadDataToEndOfFile : unit -> Foundation.NSData
Returns
- Attributes