NSFileHandle.WriteData(NSData) 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.
Writes the specified data to the file represented by this NSFileHandle.
[Foundation.Export("writeData:")]
public virtual void WriteData (Foundation.NSData data);
abstract member WriteData : Foundation.NSData -> unit
override this.WriteData : Foundation.NSData -> unit
Parameters
- data
- NSData
- Attributes