W3cubDocs

/Haxe C#

FileStream_Delegate_ReadDelegate

package cs.system.io

extends MulticastDelegateDelegate

import cs.system.io.FileStream

@:final@:libType@:csNative@:native("System.IO.FileStream.ReadDelegate") 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):Int

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

Static methods

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

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

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