Uses of Class
com.azure.storage.blob.specialized.BlobInputStream
-
Packages that use BlobInputStream Package Description com.azure.storage.blob.specialized Package containing specialized clients for Azure Storage Blobs. -
-
Uses of BlobInputStream in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return BlobInputStream Modifier and Type Method Description BlobInputStreamBlobClientBase. openInputStream()Opens a blob input stream to download the blob.BlobInputStreamBlobClientBase. openInputStream(BlobRange range, BlobRequestConditions requestConditions)Opens a blob input stream to download the specified range of the blob.BlobInputStreamBlobClientBase. openInputStream(BlobInputStreamOptions options)Opens a blob input stream to download the specified range of the blob.
-