W3cubDocs

/Haxe C#

FileStream_Delegate_WriteDelegate

package cs.system.io

extends MulticastDelegateDelegate

import cs.system.io.FileStream

@:final@:libType@:csNative@:native("System.IO.FileStream.WriteDelegate") Available on cs

Constructor

@:final @:overload new (object:Dynamic, method:IntPtr)

Methods

@:overload BeginInvoke (buffer:NativeArray<UInt8>, offset:Int, count:Int, callback:AsyncCallback, object:Dynamic):IAsyncResult

@:overload EndInvoke (result:IAsyncResult):Void

@:overload Invoke (buffer:NativeArray<UInt8>, offset:Int, count:Int):Void

Static methods

static op_Addition (arg1:FileStream_WriteDelegate, arg2:FileStream_WriteDelegate):FileStream_WriteDelegate

static op_Subtraction (arg1:FileStream_WriteDelegate, arg2:FileStream_WriteDelegate):FileStream_WriteDelegate

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/io/FileStream_Delegate_WriteDelegate.html