Method | Description | |
---|---|---|
AsyncRead ( this stream, byte buffer, int offset, int count ) : Future |
||
AsyncWrite ( this stream, byte buffer, int offset, int count ) : SignalFuture |
public static AsyncRead ( this stream, byte buffer, int offset, int count ) : Future |
||
stream | this | |
buffer | byte | |
offset | int | |
count | int | |
return | Future |
public static AsyncWrite ( this stream, byte buffer, int offset, int count ) : SignalFuture | ||
stream | this | |
buffer | byte | |
offset | int | |
count | int | |
return | SignalFuture |