Метод | Описание | |
---|---|---|
SeekAndCopyTo ( this SourceStream, Stream DestinationStream, |
Reads the bytes from the given stream and writes them to another stream. May skip the given number of bytes.
|
public static SeekAndCopyTo ( this SourceStream, Stream DestinationStream, |
||
SourceStream | this | The source stream. |
DestinationStream | Stream | The destination stream. |
SkipFromBeginning | Anumber of bytes to skip from the beginning of the source stream. | |
Результат | void |