Package | Description |
---|---|
com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
BlobInputStream |
BlobClientBase.openInputStream()
Opens a blob input stream to download the blob.
|
BlobInputStream |
BlobClientBase.openInputStream(BlobRange range,
BlobRequestConditions accessConditions)
Opens a blob input stream to download the specified range of the blob.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.