C# Class Squared.Task.IO.IOExtensionMethods

Show file Open project: sq/Fracture

Public Methods

Method Description
AsyncRead ( this stream, byte buffer, int offset, int count ) : Future
AsyncWrite ( this stream, byte buffer, int offset, int count ) : SignalFuture

Method Details

AsyncRead() public static method

public static AsyncRead ( this stream, byte buffer, int offset, int count ) : Future
stream this
buffer byte
offset int
count int
return Future

AsyncWrite() public static method

public static AsyncWrite ( this stream, byte buffer, int offset, int count ) : SignalFuture
stream this
buffer byte
offset int
count int
return SignalFuture