你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BlobDownloadAsyncResponse Class
- java.
lang. Object - com.
azure. core. http. rest. ResponseBase<H,T> - com.
azure. storage. blob. models. BlobDownloadAsyncResponse
- com.
- com.
Implements
public final class BlobDownloadAsyncResponse
extends ResponseBase<BlobDownloadHeaders,Flux<ByteBuffer>>
implements Closeable
This class contains the response information returned from the server when downloading a blob.
Constructor Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
void | close() |
Mono<Void> |
writeValueToAsync(AsynchronousByteChannel channel, ProgressReporter progressReporter)
Transfers content bytes to the AsynchronousByteChannel. |
Methods inherited from ResponseBase
Methods inherited from java.lang.Object
Constructor Details
BlobDownloadAsyncResponse
public BlobDownloadAsyncResponse(HttpRequest request, int statusCode, HttpHeaders headers, Flux
Constructs a BlobDownloadAsyncResponse.
Parameters:
Method Details
close
writeValueToAsync
public Mono
Transfers content bytes to the AsynchronousByteChannel.
Parameters:
Returns: