NSFileHandle.ReadDataOfLength(nuint) 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.
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