Méthode | Description | |
---|---|---|
CompareStreamContentsTo ( this actual, Stream expected ) : bool |
Compares the contents of the streams given.
|
|
CopyTo ( this input, Stream output ) : void |
Copies the input stream to the output stream.
|
public static CompareStreamContentsTo ( this actual, Stream expected ) : bool | ||
actual | this | /// The actual. /// |
expected | Stream | /// The expected. /// |
Résultat | bool |
public static CopyTo ( this input, Stream output ) : void | ||
input | this | The input stream. |
output | Stream | The output stream. |
Résultat | void |