Method | Description | |
---|---|---|
Copy ( Stream source, Stream destination, int chunkSize ) : bool | ||
Copy ( Stream source, Stream destination, int chunkSize, long totalSize, Func |
Method | Description | |
---|---|---|
BuildPath ( ) : string | ||
GetTempDirectory ( ) : |
public static Copy ( Stream source, Stream destination, int chunkSize ) : bool | ||
source | Stream | |
destination | Stream | |
chunkSize | int | |
return | bool |
public static Copy ( Stream source, Stream destination, int chunkSize, long totalSize, Func |
||
source | Stream | |
destination | Stream | |
chunkSize | int | |
totalSize | long | |
progress | Func |
|
progressUpdateRate | int | |
return | bool |