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(BlobInputStreamOptions options)
Opens a blob input stream to download the specified range of the blob.
|
BlobInputStream |
BlobClientBase.openInputStream(BlobRange range,
BlobRequestConditions requestConditions)
Opens a blob input stream to download the specified range of the blob.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.