C# Class Illumina.TerminalVelocity.LargeFileDownloadWithStreamParameters

Inheritance: ILargeFileDownloadParameters
Afficher le fichier Open project: basespace/TerminalVelocity

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GetFileSizeFromSource ( Uri uri ) : long

Method Details

GetFileSizeFromSource() protected static méthode

protected static GetFileSizeFromSource ( Uri uri ) : long
uri System.Uri
Résultat long

GetOutputStream() public méthode

public GetOutputStream ( ) : Stream
Résultat Stream

LargeFileDownloadWithStreamParameters() public méthode

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
Résultat System