Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Dispose the internal ThreadSafeStream
|
|
MD5CheckSum ( ) : string |
Return the MD5 for the specific part of the stream only.
|
|
StreamSendWrapper ( ThreadSafeStream stream ) : System |
Create a new stream wrapper and set Start and Length to encompass the entire Stream
|
|
StreamSendWrapper ( ThreadSafeStream stream, long start, long length ) : System |
Create a new stream wrapper
|
public StreamSendWrapper ( ThreadSafeStream stream ) : System | ||
stream | ThreadSafeStream | The underlying stream |
Résultat | System |
public StreamSendWrapper ( ThreadSafeStream stream, long start, long length ) : System | ||
stream | ThreadSafeStream | The underlying stream |
start | long | The start position from where to read data |
length | long | The length to read |
Résultat | System |