Method | Description | |
---|---|---|
EnsureCleanFile ( string filePath, bool deleteIfExists ) : void | ||
GetOutputStream ( ) : Stream | ||
LargeFileDownloadParameters ( |
||
LargeFileDownloadParameters ( |
||
LargeFileDownloadParameters ( |
Method | Description | |
---|---|---|
CreateOutputStream ( string filePath, long fileLength, bool deleteIfExists = false ) : |
||
GetFileSizeFromSource ( |
protected static CreateOutputStream ( string filePath, long fileLength, bool deleteIfExists = false ) : |
||
filePath | string | |
fileLength | long | |
deleteIfExists | bool | |
return |
public static EnsureCleanFile ( string filePath, bool deleteIfExists ) : void | ||
filePath | string | |
deleteIfExists | bool | |
return | void |
protected static GetFileSizeFromSource ( |
||
uri | ||
return | long |
public LargeFileDownloadParameters ( |
||
uri | ||
outputFile | string | |
maxThreads | int | |
maxChunkSize | int | |
id | string | |
return | System |
public LargeFileDownloadParameters ( |
||
uri | ||
outputFile | string | |
fileSize | long | |
maxThreads | int | |
maxChunkSize | int | |
id | string | |
return | System |
public LargeFileDownloadParameters ( |
||
uri | ||
outputFile | string | |
fileSize | long | |
id | string | |
maxThreads | int | |
maxChunkSize | int | |
autoCloseStream | bool | |
verifyLength | bool | |
return | System |