NSFileHandle.ReadDataOfLength(nuint) Method

Definition

Reads a block of data of the specified length from the file represented by this NSFileHandle.

[Foundation.Export("readDataOfLength:")]
public virtual Foundation.NSData ReadDataOfLength (nuint length);
abstract member ReadDataOfLength : nuint -> Foundation.NSData
override this.ReadDataOfLength : nuint -> Foundation.NSData

Parameters

length
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to