Yaaf.FSharp.Helper


StreamHelper

Defined in Yaaf.FSharp.Helper.dll.

Constructors

ConstructorDescription
new(istream, finish)
Signature: (istream:IStream<byte array> * finish:(unit -> unit)) -> StreamHelper

Instance members

Instance memberDescription
BeginRead(...)
Signature: (dst:byte array * offset:int * count:int * callback:AsyncCallback * state:'?19419) -> IAsyncResult
Type parameters: '?19419
BeginWrite(...)
Signature: (src:byte [] * offset:int * count:int * callback:AsyncCallback * state:'?19422) -> IAsyncResult
Type parameters: '?19422
EndRead(res)
Signature: res:IAsyncResult -> int
EndWrite(res)
Signature: res:IAsyncResult -> unit
Fork me on GitHub