C# Class Squared.Task.IO.IOExtensionMethods

Afficher le fichier Open project: sq/Fracture

Méthodes publiques

Méthode 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 méthode

public static AsyncRead ( this stream, byte buffer, int offset, int count ) : Future
stream this
buffer byte
offset int
count int
Résultat Future

AsyncWrite() public static méthode

public static AsyncWrite ( this stream, byte buffer, int offset, int count ) : SignalFuture
stream this
buffer byte
offset int
count int
Résultat SignalFuture