C# Class Illumina.TerminalVelocity.LargeFileDownloadWithStreamParameters

Inheritance: ILargeFileDownloadParameters
显示文件 Open project: basespace/TerminalVelocity

Public Methods

Method Description
GetOutputStream ( ) : Stream
LargeFileDownloadWithStreamParameters ( Uri uri, Stream output, long fileSize, string id = null, int maxThreads = 16, int maxChunkSize = DEFAULT_MAX_CHUNK_SIZE, bool autoCloseStream = true, bool verifyLength = true ) : System

Protected Methods

Method Description
GetFileSizeFromSource ( Uri uri ) : long

Method Details

GetFileSizeFromSource() protected static method

protected static GetFileSizeFromSource ( Uri uri ) : long
uri System.Uri
return long

GetOutputStream() public method

public GetOutputStream ( ) : Stream
return Stream

LargeFileDownloadWithStreamParameters() public method

public LargeFileDownloadWithStreamParameters ( Uri uri, Stream output, long fileSize, string id = null, int maxThreads = 16, int maxChunkSize = DEFAULT_MAX_CHUNK_SIZE, bool autoCloseStream = true, bool verifyLength = true ) : System
uri System.Uri
output Stream
fileSize long
id string
maxThreads int
maxChunkSize int
autoCloseStream bool
verifyLength bool
return System