Property | Type | Description | |
---|---|---|---|
_Stream | Stream |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Flush ( ) : SignalFuture | ||
Read ( byte buffer, int offset, int count ) : Future |
||
StreamDataAdapter ( Stream stream, bool ownsStream = true ) : System | ||
Write ( byte buffer, int offset, int count ) : SignalFuture |
Method | Description | |
---|---|---|
ReadCallback ( IAsyncResult ar ) : void | ||
WriteCallback ( IAsyncResult ar ) : void |
public Read ( byte buffer, int offset, int count ) : Future |
||
buffer | byte | |
offset | int | |
count | int | |
return | Future |
public StreamDataAdapter ( Stream stream, bool ownsStream = true ) : System | ||
stream | Stream | |
ownsStream | bool | |
return | System |
public Write ( byte buffer, int offset, int count ) : SignalFuture | ||
buffer | byte | |
offset | int | |
count | int | |
return | SignalFuture |